Html Css Color HEX #C2E1BF Surf Crest

📋 copy color: '#C2E1BF'

red 194 ◦ green 225 ◦ blue 191

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

Shades of Surf Crest #C2E1BF

Tints of Surf Crest #C2E1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.31%

R = 31.8%
G = 36.89%
B = 31.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#C2E1BF (or 0xC2E1BF) is known color: Surf Crest. HEX triplet: C2, E1 and BF. RGB value is (194,225,191). Sum of RGB (Red+Green+Blue) = 194+225+191=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1BF is #3D1E40. Grayscale: #D3D3D3. Windows color (decimal): -4005441 or 12575170. OLE color: 12575170.

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

Color convert

RGB 194 225 191 -
CMYK 0.14 0 0.15 0.12
HSL 114.71º 0.36% 0.82% -
HSV(B) 114.71º 0.15% 0.88% -
XYZ 58.58 69.08 59.54 -
YUV 211.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 194 225 191 0.14 0 0.15 0.12 114.71 0.36 0.82
Hex C2 E1 BF E 0 F C 73 24 52
Octal 302 341 277 16 0 17 14 163 44 122
Binary 11000010 11100001 10111111 1110 0 1111 1100 1110011 100100 1010010

Color Harmonies of #C2E1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E1BF

Black with #C2E1BF

Text Example


Text Example

White with #C2E1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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