#C0EBBA

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

Shades of Surf Crest #C0EBBA

Tints of Surf Crest #C0EBBA

Color information

#C0EBBA (or 0xC0EBBA) is unknown color: approx Surf Crest. HEX triplet: C0, EB and BA. RGB value is (192,235,186). Sum of RGB (Red+Green+Blue) = 192+235+186=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBBA is #3F1445. Grayscale: #D8D8D8. Windows color (decimal): -4133958 or 12250048. OLE color: 12250048.

HSL color Cylindrical-coordinate representation of color #C0EBBA: hue angle of 112.65º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0EBBA is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB192235186-
CMYK0.1800.210.08
HSL112.65º55.06%82.55%-
HSV(B)112.65º20.85%92.16%-
XYZ60.3174.1757.59-
YUV216.56110.75110.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.32%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=31.32%
G=38.34%
B=30.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922351860.1800.210.08112.6555.0682.55
HexC0EBBA120158713753
Octal300353272220251016167123
Binary11000000111010111011101010010010101100011100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EBBA; }

 p { color: rgb(192,235,186); }

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

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

 a { background-color: rgb(192,235,186); }

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

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

 span { border-color: rgb(192,235,186); }

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