Html Css Color HEX #CFF2BA Tea Green

📋 copy color: '#CFF2BA'

red 207 ◦ green 242 ◦ blue 186

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

Shades of Tea Green #CFF2BA

Tints of Tea Green #CFF2BA

RGB

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

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

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

R = 32.6%
G = 38.11%
B = 29.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#CFF2BA (or 0xCFF2BA) is known color: Tea Green. HEX triplet: CF, F2 and BA. RGB value is (207,242,186). Sum of RGB (Red+Green+Blue) = 207+242+186=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2BA is #300D45. Grayscale: #E1E1E1. Windows color (decimal): -3149126 or 12251855. OLE color: 12251855.

HSL color Cylindrical-coordinate representation of color #CFF2BA: hue angle of 97.5º 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 #CFF2BA is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 186 -
CMYK 0.14 0 0.23 0.05
HSL 97.5º 0.68% 0.84% -
HSV(B) 97.5º 0.23% 0.95% -
XYZ 66.35 80.31 58.46 -
YUV 225.15 105.9 115.05 -
System Red Green Blue C M Y K H S L
Decimal 207 242 186 0.14 0 0.23 0.05 97.5 0.68 0.84
Hex CF F2 BA E 0 17 5 62 44 54
Octal 317 362 272 16 0 27 5 142 104 124
Binary 11001111 11110010 10111010 1110 0 10111 101 1100010 1000100 1010100

Color Harmonies of #CFF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF2BA

Black with #CFF2BA

Text Example


Text Example

White with #CFF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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