#C1E0BF

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

Shades of Surf Crest #C1E0BF

Tints of Surf Crest #C1E0BF

Color information

#C1E0BF (or 0xC1E0BF) is unknown color: approx Surf Crest. HEX triplet: C1, E0 and BF. RGB value is (193,224,191). Sum of RGB (Red+Green+Blue) = 193+224+191=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E0BF is #3E1F40. Grayscale: #D3D3D3. Windows color (decimal): -4071233 or 12574913. OLE color: 12574913.

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

Color convert

RGB193224191-
CMYK0.1400.150.12
HSL116.36º34.74%81.37%-
HSV(B)116.36º14.73%87.84%-
XYZ58.0568.4159.44-
YUV210.97116.73115.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.74%
GREEN value IS 224 (87.89% from 255) = 36.84%
BLUE value IS 191 (75% from 255) = 31.41%
R=31.74%
G=36.84%
B=31.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1932241910.1400.150.12116.3634.7481.37
HexC1E0BFE0FC742351
Octal301340277160171416443121
Binary110000011110000010111111111001111110011101001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E0BF; }

 p { color: rgb(193,224,191); }

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

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

 a { background-color: rgb(193,224,191); }

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

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

 span { border-color: rgb(193,224,191); }

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