#C2EBBD

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

Shades of Surf Crest #C2EBBD

Tints of Surf Crest #C2EBBD

Color information

#C2EBBD (or 0xC2EBBD) is unknown color: approx Surf Crest. HEX triplet: C2, EB and BD. RGB value is (194,235,189). Sum of RGB (Red+Green+Blue) = 194+235+189=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBBD is #3D1442. Grayscale: #D9D9D9. Windows color (decimal): -4002883 or 12446658. OLE color: 12446658.

HSL color Cylindrical-coordinate representation of color #C2EBBD: hue angle of 113.48º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2EBBD is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB194235189-
CMYK0.1700.200.08
HSL113.48º53.49%83.14%-
HSV(B)113.48º19.57%92.16%-
XYZ61.1474.5659.31-
YUV217.5111.92111.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.39%
GREEN value IS 235 (92.19% from 255) = 38.03%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=31.39%
G=38.03%
B=30.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942351890.1700.200.08113.4853.4983.14
HexC2EBBD110148713553
Octal302353275210241016165123
Binary11000010111010111011110110001010100100011100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBBD; }

 p { color: rgb(194,235,189); }

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

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

 a { background-color: rgb(194,235,189); }

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

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

 span { border-color: rgb(194,235,189); }

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