Html Css Color HEX #CFFAB0 Tea Green

📋 copy color: '#CFFAB0'

red 207 ◦ green 250 ◦ blue 176

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

Shades of Tea Green #CFFAB0

Tints of Tea Green #CFFAB0

RGB

 RED value IS 207 (81.25% from 255) = 32.7%

 GREEN value IS 250 (98.05% from 255) = 39.49%

 BLUE value IS 176 (69.14% from 255) = 27.8%

R = 32.7%
G = 39.49%
B = 27.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#CFFAB0 (or 0xCFFAB0) is known color: Tea Green. HEX triplet: CF, FA and B0. RGB value is (207,250,176). Sum of RGB (Red+Green+Blue) = 207+250+176=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFAB0 is #30054F. Grayscale: #E4E4E4. Windows color (decimal): -3147088 or 11598543. OLE color: 11598543.

HSL color Cylindrical-coordinate representation of color #CFFAB0: hue angle of 94.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFFAB0 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 250 176 -
CMYK 0.17 0 0.30 0.02
HSL 94.86º 0.88% 0.84% -
HSV(B) 94.86º 0.3% 0.98% -
XYZ 67.75 84.77 53.87 -
YUV 228.71 98.25 112.52 -
System Red Green Blue C M Y K H S L
Decimal 207 250 176 0.17 0 0.30 0.02 94.86 0.88 0.84
Hex CF FA B0 11 0 1E 2 5F 58 54
Octal 317 372 260 21 0 36 2 137 130 124
Binary 11001111 11111010 10110000 10001 0 11110 10 1011111 1011000 1010100

Color Harmonies of #CFFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFAB0

Black with #CFFAB0

Text Example


Text Example

White with #CFFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFAB0; }

 p { color: rgb(207,250,176); }

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

background-color css

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

 a { background-color: rgb(207,250,176); }

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

border-color css

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

 span { border-color: rgb(207,250,176); }

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