Html Css Color HEX #C2E0BD Surf Crest

📋 copy color: '#C2E0BD'

red 194 ◦ green 224 ◦ blue 189

#C2E0BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #C2E0BD

Tints of Surf Crest #C2E0BD

RGB

 RED value IS 194 (76.17% from 255) = 31.96%

 GREEN value IS 224 (87.89% from 255) = 36.9%

 BLUE value IS 189 (74.22% from 255) = 31.14%

R = 31.96%
G = 36.9%
B = 31.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#C2E0BD (or 0xC2E0BD) is known color: Surf Crest. HEX triplet: C2, E0 and BD. RGB value is (194,224,189). Sum of RGB (Red+Green+Blue) = 194+224+189=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0BD is #3D1F42. Grayscale: #D3D3D3. Windows color (decimal): -4005699 or 12443842. OLE color: 12443842.

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

Color convert

RGB 194 224 189 -
CMYK 0.13 0 0.16 0.12
HSL 111.43º 0.36% 0.81% -
HSV(B) 111.43º 0.16% 0.88% -
XYZ 58.09 68.45 58.3 -
YUV 211.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 194 224 189 0.13 0 0.16 0.12 111.43 0.36 0.81
Hex C2 E0 BD D 0 10 C 6F 24 51
Octal 302 340 275 15 0 20 14 157 44 121
Binary 11000010 11100000 10111101 1101 0 10000 1100 1101111 100100 1010001

Color Harmonies of #C2E0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E0BD

Black with #C2E0BD

Text Example


Text Example

White with #C2E0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E0BD; }

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

 H1.HeaderClassName
 {
   color: #C2E0BD;
 }
 .AnyTagClassName
 {
   color: #C2E0BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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