#C0ECBA

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

Shades of Surf Crest #C0ECBA

Tints of Surf Crest #C0ECBA

Color information

#C0ECBA (or 0xC0ECBA) is unknown color: approx Surf Crest. HEX triplet: C0, EC and BA. RGB value is (192,236,186). Sum of RGB (Red+Green+Blue) = 192+236+186=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECBA is #3F1345. Grayscale: #D9D9D9. Windows color (decimal): -4133702 or 12250304. OLE color: 12250304.

HSL color Cylindrical-coordinate representation of color #C0ECBA: hue angle of 112.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0ECBA is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB192236186-
CMYK0.1900.210.07
HSL112.8º56.82%82.75%-
HSV(B)112.8º21.19%92.55%-
XYZ60.674.7457.69-
YUV217.14110.42110.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.27%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=31.27%
G=38.44%
B=30.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922361860.1900.210.07112.856.8282.75
HexC0ECBA130157713953
Octal30035427223025716171123
Binary1100000011101100101110101001101010111111100011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ECBA; }

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

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

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

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

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

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

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

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