#C2D6B9

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

Shades of Surf Crest #C2D6B9

Tints of Surf Crest #C2D6B9

Color information

#C2D6B9 (or 0xC2D6B9) is unknown color: approx Surf Crest. HEX triplet: C2, D6 and B9. RGB value is (194,214,185). Sum of RGB (Red+Green+Blue) = 194+214+185=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D6B9 is #3D2946. Grayscale: #CCCCCC. Windows color (decimal): -4008263 or 12179138. OLE color: 12179138.

HSL color Cylindrical-coordinate representation of color #C2D6B9: hue angle of 101.38º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2D6B9 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB194214185-
CMYK0.0900.140.16
HSL101.38º26.13%78.24%-
HSV(B)101.38º13.55%83.92%-
XYZ55.0563.0755.17-
YUV204.71116.87120.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.72%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 185 (72.66% from 255) = 31.20%
R=32.72%
G=36.09%
B=31.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942141850.0900.140.16101.3826.1378.24
HexC2D6B990E10651a4e
Octal302326271110162014532116
Binary110000101101011010111001100101110100001100101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D6B9; }

 p { color: rgb(194,214,185); }

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

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

 a { background-color: rgb(194,214,185); }

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

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

 span { border-color: rgb(194,214,185); }

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