Html Css Color HEX #C2ED9F Reef

📋 copy color: '#C2ED9F'

red 194 ◦ green 237 ◦ blue 159

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

Shades of Reef #C2ED9F

Tints of Reef #C2ED9F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.17%

 BLUE value IS 159 (62.5% from 255) = 26.95%

R = 32.88%
G = 40.17%
B = 26.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#C2ED9F (or 0xC2ED9F) is known color: Reef. HEX triplet: C2, ED and 9F. RGB value is (194,237,159). Sum of RGB (Red+Green+Blue) = 194+237+159=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ED9F is #3D1260. Grayscale: #D7D7D7. Windows color (decimal): -4002401 or 10481090. OLE color: 10481090.

HSL color Cylindrical-coordinate representation of color #C2ED9F: hue angle of 93.08º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2ED9F is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 159 -
CMYK 0.18 0 0.33 0.07
HSL 93.08º 0.68% 0.78% -
HSV(B) 93.08º 0.33% 0.93% -
XYZ 58.79 74.54 44.09 -
YUV 215.25 96.25 112.84 -
System Red Green Blue C M Y K H S L
Decimal 194 237 159 0.18 0 0.33 0.07 93.08 0.68 0.78
Hex C2 ED 9F 12 0 21 7 5D 44 4E
Octal 302 355 237 22 0 41 7 135 104 116
Binary 11000010 11101101 10011111 10010 0 100001 111 1011101 1000100 1001110

Color Harmonies of #C2ED9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED9F

Black with #C2ED9F

Text Example


Text Example

White with #C2ED9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED9F; }

 p { color: rgb(194,237,159); }

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

background-color css

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

 a { background-color: rgb(194,237,159); }

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

border-color css

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

 span { border-color: rgb(194,237,159); }

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