Html Css Color HEX #C2E1BC Surf Crest

📋 copy color: '#C2E1BC'

red 194 ◦ green 225 ◦ blue 188

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

Shades of Surf Crest #C2E1BC

Tints of Surf Crest #C2E1BC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.07%

 BLUE value IS 188 (73.83% from 255) = 30.97%

R = 31.96%
G = 37.07%
B = 30.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#C2E1BC (or 0xC2E1BC) is known color: Surf Crest. HEX triplet: C2, E1 and BC. RGB value is (194,225,188). Sum of RGB (Red+Green+Blue) = 194+225+188=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1BC is #3D1E43. Grayscale: #D3D3D3. Windows color (decimal): -4005444 or 12378562. OLE color: 12378562.

HSL color Cylindrical-coordinate representation of color #C2E1BC: hue angle of 110.27º degrees, saturation: 0.38, 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 #C2E1BC is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 225 188 -
CMYK 0.14 0 0.16 0.12
HSL 110.27º 0.38% 0.81% -
HSV(B) 110.27º 0.16% 0.88% -
XYZ 58.25 68.95 57.82 -
YUV 211.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 194 225 188 0.14 0 0.16 0.12 110.27 0.38 0.81
Hex C2 E1 BC E 0 10 C 6E 26 51
Octal 302 341 274 16 0 20 14 156 46 121
Binary 11000010 11100001 10111100 1110 0 10000 1100 1101110 100110 1010001

Color Harmonies of #C2E1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E1BC

Black with #C2E1BC

Text Example


Text Example

White with #C2E1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E1BC; }

 p { color: rgb(194,225,188); }

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

background-color css

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

 a { background-color: rgb(194,225,188); }

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

border-color css

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

 span { border-color: rgb(194,225,188); }

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