#C5DEBF

Color #C5DEBF Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C5DEBF

Tints of Surf Crest #C5DEBF

Color information

#C5DEBF (or 0xC5DEBF) is unknown color: approx Surf Crest. HEX triplet: C5, DE and BF. RGB value is (197,222,191). Sum of RGB (Red+Green+Blue) = 197+222+191=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DEBF is #3A2140. Grayscale: #D3D3D3. Windows color (decimal): -3809601 or 12574405. OLE color: 12574405.

HSL color Cylindrical-coordinate representation of color #C5DEBF: hue angle of 108.39º degrees, saturation: 0.32, 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 #C5DEBF is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB197222191-
CMYK0.1100.140.13
HSL108.39º31.96%80.98%-
HSV(B)108.39º13.96%87.06%-
XYZ58.5567.8759.31-
YUV210.99116.72118.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.30%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 191 (75% from 255) = 31.31%
R=32.30%
G=36.39%
B=31.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972221910.1100.140.13108.3931.9680.98
HexC5DEBFB0ED6c2051
Octal305336277130161515440121
Binary110001011101111010111111101101110110111011001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DEBF; }

 p { color: rgb(197,222,191); }

 H1.HeaderClassName
 {
   color: #C5DEBF;
 }
 .AnyTagClassName
 {
   color: #C5DEBF;
 }
</style>
background-color css

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

 a { background-color: rgb(197,222,191); }

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

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

 span { border-color: rgb(197,222,191); }

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