Html Css Color HEX #CFFAC2 Tea Green

📋 copy color: '#CFFAC2'

red 207 ◦ green 250 ◦ blue 194

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

Shades of Tea Green #CFFAC2

Tints of Tea Green #CFFAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.8%

R = 31.8%
G = 38.4%
B = 29.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#CFFAC2 (or 0xCFFAC2) is known color: Tea Green. HEX triplet: CF, FA and C2. RGB value is (207,250,194). Sum of RGB (Red+Green+Blue) = 207+250+194=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAC2 is #30053D. Grayscale: #E6E6E6. Windows color (decimal): -3147070 or 12778191. OLE color: 12778191.

HSL color Cylindrical-coordinate representation of color #CFFAC2: hue angle of 106.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFFAC2 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 250 194 -
CMYK 0.17 0 0.22 0.02
HSL 106.07º 0.85% 0.87% -
HSV(B) 106.07º 0.22% 0.98% -
XYZ 69.66 85.53 63.88 -
YUV 230.76 107.25 111.05 -
System Red Green Blue C M Y K H S L
Decimal 207 250 194 0.17 0 0.22 0.02 106.07 0.85 0.87
Hex CF FA C2 11 0 16 2 6A 55 57
Octal 317 372 302 21 0 26 2 152 125 127
Binary 11001111 11111010 11000010 10001 0 10110 10 1101010 1010101 1010111

Color Harmonies of #CFFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFAC2

Black with #CFFAC2

Text Example


Text Example

White with #CFFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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