Html Css Color HEX #C9F2BA Tea Green

📋 copy color: '#C9F2BA'

red 201 ◦ green 242 ◦ blue 186

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

Shades of Tea Green #C9F2BA

Tints of Tea Green #C9F2BA

RGB

 RED value IS 201 (78.91% from 255) = 31.96%

 GREEN value IS 242 (94.92% from 255) = 38.47%

 BLUE value IS 186 (73.05% from 255) = 29.57%

R = 31.96%
G = 38.47%
B = 29.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#C9F2BA (or 0xC9F2BA) is known color: Tea Green. HEX triplet: C9, F2 and BA. RGB value is (201,242,186). Sum of RGB (Red+Green+Blue) = 201+242+186=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F2BA is #360D45. Grayscale: #DFDFDF. Windows color (decimal): -3542342 or 12251849. OLE color: 12251849.

HSL color Cylindrical-coordinate representation of color #C9F2BA: hue angle of 103.93º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9F2BA is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 242 186 -
CMYK 0.17 0 0.23 0.05
HSL 103.93º 0.68% 0.84% -
HSV(B) 103.93º 0.23% 0.95% -
XYZ 64.7 79.47 58.38 -
YUV 223.36 106.92 112.05 -
System Red Green Blue C M Y K H S L
Decimal 201 242 186 0.17 0 0.23 0.05 103.93 0.68 0.84
Hex C9 F2 BA 11 0 17 5 68 44 54
Octal 311 362 272 21 0 27 5 150 104 124
Binary 11001001 11110010 10111010 10001 0 10111 101 1101000 1000100 1010100

Color Harmonies of #C9F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F2BA

Black with #C9F2BA

Text Example


Text Example

White with #C9F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F2BA; }

 p { color: rgb(201,242,186); }

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

background-color css

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

 a { background-color: rgb(201,242,186); }

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

border-color css

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

 span { border-color: rgb(201,242,186); }

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