Html Css Color HEX #C2EA9A Reef

📋 copy color: '#C2EA9A'

red 194 ◦ green 234 ◦ blue 154

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

Shades of Reef #C2EA9A

Tints of Reef #C2EA9A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.21%

 BLUE value IS 154 (60.55% from 255) = 26.46%

R = 33.33%
G = 40.21%
B = 26.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#C2EA9A (or 0xC2EA9A) is known color: Reef. HEX triplet: C2, EA and 9A. RGB value is (194,234,154). Sum of RGB (Red+Green+Blue) = 194+234+154=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EA9A is #3D1565. Grayscale: #D5D5D5. Windows color (decimal): -4003174 or 10152642. OLE color: 10152642.

HSL color Cylindrical-coordinate representation of color #C2EA9A: hue angle of 90º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2EA9A is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 234 154 -
CMYK 0.17 0 0.34 0.08
HSL 90º 0.66% 0.76% -
HSV(B) 90º 0.34% 0.92% -
XYZ 57.5 72.65 41.56 -
YUV 212.92 94.75 114.5 -
System Red Green Blue C M Y K H S L
Decimal 194 234 154 0.17 0 0.34 0.08 90 0.66 0.76
Hex C2 EA 9A 11 0 22 8 5A 42 4C
Octal 302 352 232 21 0 42 10 132 102 114
Binary 11000010 11101010 10011010 10001 0 100010 1000 1011010 1000010 1001100

Color Harmonies of #C2EA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EA9A

Black with #C2EA9A

Text Example


Text Example

White with #C2EA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EA9A; }

 p { color: rgb(194,234,154); }

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

background-color css

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

 a { background-color: rgb(194,234,154); }

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

border-color css

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

 span { border-color: rgb(194,234,154); }

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