Html Css Color HEX #CFF9C2 Tea Green

📋 copy color: '#CFF9C2'

red 207 ◦ green 249 ◦ blue 194

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

Shades of Tea Green #CFF9C2

Tints of Tea Green #CFF9C2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.31%

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

R = 31.85%
G = 38.31%
B = 29.85%

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

#CFF9C2 (or 0xCFF9C2) is known color: Tea Green. HEX triplet: CF, F9 and C2. RGB value is (207,249,194). Sum of RGB (Red+Green+Blue) = 207+249+194=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9C2 is #30063D. Grayscale: #E6E6E6. Windows color (decimal): -3147326 or 12777935. OLE color: 12777935.

HSL color Cylindrical-coordinate representation of color #CFF9C2: hue angle of 105.82º degrees, saturation: 0.82, 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 #CFF9C2 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 249 194 -
CMYK 0.17 0 0.22 0.02
HSL 105.82º 0.82% 0.87% -
HSV(B) 105.82º 0.22% 0.98% -
XYZ 69.35 84.91 63.77 -
YUV 230.17 107.59 111.47 -
System Red Green Blue C M Y K H S L
Decimal 207 249 194 0.17 0 0.22 0.02 105.82 0.82 0.87
Hex CF F9 C2 11 0 16 2 6A 52 57
Octal 317 371 302 21 0 26 2 152 122 127
Binary 11001111 11111001 11000010 10001 0 10110 10 1101010 1010010 1010111

Color Harmonies of #CFF9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF9C2

Black with #CFF9C2

Text Example


Text Example

White with #CFF9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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