Html Css Color HEX #C5DCBC Surf Crest

📋 copy color: '#C5DCBC'

red 197 ◦ green 220 ◦ blue 188

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

Shades of Surf Crest #C5DCBC

Tints of Surf Crest #C5DCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.36%

 BLUE value IS 188 (73.83% from 255) = 31.07%

R = 32.56%
G = 36.36%
B = 31.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#C5DCBC (or 0xC5DCBC) is known color: Surf Crest. HEX triplet: C5, DC and BC. RGB value is (197,220,188). Sum of RGB (Red+Green+Blue) = 197+220+188=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCBC is #3A2343. Grayscale: #D1D1D1. Windows color (decimal): -3810116 or 12377285. OLE color: 12377285.

HSL color Cylindrical-coordinate representation of color #C5DCBC: hue angle of 103.12º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5DCBC is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 188 -
CMYK 0.10 0 0.15 0.14
HSL 103.13º 0.31% 0.8% -
HSV(B) 103.13º 0.15% 0.86% -
XYZ 57.7 66.69 57.41 -
YUV 209.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 197 220 188 0.10 0 0.15 0.14 103.13 0.31 0.8
Hex C5 DC BC A 0 F E 67 1F 50
Octal 305 334 274 12 0 17 16 147 37 120
Binary 11000101 11011100 10111100 1010 0 1111 1110 1100111 11111 1010000

Color Harmonies of #C5DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCBC

Black with #C5DCBC

Text Example


Text Example

White with #C5DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCBC; }

 p { color: rgb(197,220,188); }

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

background-color css

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

 a { background-color: rgb(197,220,188); }

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

border-color css

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

 span { border-color: rgb(197,220,188); }

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