#C2E0B3

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

Shades of Surf Crest #C2E0B3

Tints of Surf Crest #C2E0B3

Color information

#C2E0B3 (or 0xC2E0B3) is unknown color: approx Surf Crest. HEX triplet: C2, E0 and B3. RGB value is (194,224,179). Sum of RGB (Red+Green+Blue) = 194+224+179=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0B3 is #3D1F4C. Grayscale: #D2D2D2. Windows color (decimal): -4005709 or 11788482. OLE color: 11788482.

HSL color Cylindrical-coordinate representation of color #C2E0B3: hue angle of 100º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2E0B3 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB194224179-
CMYK0.1300.200.12
HSL100º42.06%79.02%-
HSV(B)100º20.09%87.84%-
XYZ57.0468.0452.77-
YUV209.9110.56116.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.50%
GREEN value IS 224 (87.89% from 255) = 37.52%
BLUE value IS 179 (70.31% from 255) = 29.98%
R=32.50%
G=37.52%
B=29.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942241790.1300.200.1210042.0679.02
HexC2E0B3D014C642a4f
Octal302340263150241414452117
Binary1100001011100000101100111101010100110011001001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E0B3; }

 p { color: rgb(194,224,179); }

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

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

 a { background-color: rgb(194,224,179); }

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

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

 span { border-color: rgb(194,224,179); }

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