Html Css Color HEX #CFF9BA Tea Green

📋 copy color: '#CFF9BA'

red 207 ◦ green 249 ◦ blue 186

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

Shades of Tea Green #CFF9BA

Tints of Tea Green #CFF9BA

RGB

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

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

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

R = 32.24%
G = 38.79%
B = 28.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#CFF9BA (or 0xCFF9BA) is known color: Tea Green. HEX triplet: CF, F9 and BA. RGB value is (207,249,186). Sum of RGB (Red+Green+Blue) = 207+249+186=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9BA is #300645. Grayscale: #E5E5E5. Windows color (decimal): -3147334 or 12253647. OLE color: 12253647.

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

Color convert

RGB 207 249 186 -
CMYK 0.17 0 0.25 0.02
HSL 100º 0.84% 0.85% -
HSV(B) 100º 0.25% 0.98% -
XYZ 68.47 84.56 59.17 -
YUV 229.26 103.59 112.12 -
System Red Green Blue C M Y K H S L
Decimal 207 249 186 0.17 0 0.25 0.02 100 0.84 0.85
Hex CF F9 BA 11 0 19 2 64 54 55
Octal 317 371 272 21 0 31 2 144 124 125
Binary 11001111 11111001 10111010 10001 0 11001 10 1100100 1010100 1010101

Color Harmonies of #CFF9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF9BA

Black with #CFF9BA

Text Example


Text Example

White with #CFF9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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