Html Css Color HEX #C5DFC0 Surf Crest

📋 copy color: '#C5DFC0'

red 197 ◦ green 223 ◦ blue 192

#C5DFC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #C5DFC0

Tints of Surf Crest #C5DFC0

RGB

 RED value IS 197 (77.34% from 255) = 32.19%

 GREEN value IS 223 (87.5% from 255) = 36.44%

 BLUE value IS 192 (75.39% from 255) = 31.37%

R = 32.19%
G = 36.44%
B = 31.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C5DFC0 (or 0xC5DFC0) is known color: Surf Crest. HEX triplet: C5, DF and C0. RGB value is (197,223,192). Sum of RGB (Red+Green+Blue) = 197+223+192=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFC0 is #3A203F. Grayscale: #D3D3D3. Windows color (decimal): -3809344 or 12640197. OLE color: 12640197.

HSL color Cylindrical-coordinate representation of color #C5DFC0: hue angle of 110.32º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5DFC0 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 223 192 -
CMYK 0.12 0 0.14 0.13
HSL 110.32º 0.33% 0.81% -
HSV(B) 110.32º 0.14% 0.87% -
XYZ 58.93 68.45 59.98 -
YUV 211.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 197 223 192 0.12 0 0.14 0.13 110.32 0.33 0.81
Hex C5 DF C0 C 0 E D 6E 21 51
Octal 305 337 300 14 0 16 15 156 41 121
Binary 11000101 11011111 11000000 1100 0 1110 1101 1101110 100001 1010001

Color Harmonies of #C5DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DFC0

Black with #C5DFC0

Text Example


Text Example

White with #C5DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DFC0; }

 p { color: rgb(197,223,192); }

 H1.HeaderClassName
 {
   color: #C5DFC0;
 }
 .AnyTagClassName
 {
   color: #C5DFC0;
 }
</style>

background-color css

<style>
 a { background-color: #C5DFC0; }

 a { background-color: rgb(197,223,192); }

 div.DivClassName
 {
   background-color: #C5DFC0;
 }
 .BgClassName
 {
   background-color: #C5DFC0;
 }
</style>

border-color css

<style>
 span { border-color: #C5DFC0; }

 span { border-color: rgb(197,223,192); }

 td.TdClassName
 {
   border-color: #C5DFC0;
 }
 .TagClassName
 {
   border-color: #C5DFC0;
 }
</style>