Html Css Color HEX #CFF0B0 Tea Green

📋 copy color: '#CFF0B0'

red 207 ◦ green 240 ◦ blue 176

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

Shades of Tea Green #CFF0B0

Tints of Tea Green #CFF0B0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.52%

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

R = 33.23%
G = 38.52%
B = 28.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#CFF0B0 (or 0xCFF0B0) is known color: Tea Green. HEX triplet: CF, F0 and B0. RGB value is (207,240,176). Sum of RGB (Red+Green+Blue) = 207+240+176=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 176 (69.14% from 255 or 28.25% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF0B0 is #300F4F. Grayscale: #DFDFDF. Windows color (decimal): -3149648 or 11595983. OLE color: 11595983.

HSL color Cylindrical-coordinate representation of color #CFF0B0: hue angle of 90.94º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFF0B0 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 176 -
CMYK 0.14 0 0.27 0.06
HSL 90.94º 0.68% 0.82% -
HSV(B) 90.94º 0.27% 0.94% -
XYZ 64.73 78.72 52.86 -
YUV 222.84 101.57 116.7 -
System Red Green Blue C M Y K H S L
Decimal 207 240 176 0.14 0 0.27 0.06 90.94 0.68 0.82
Hex CF F0 B0 E 0 1B 6 5B 44 52
Octal 317 360 260 16 0 33 6 133 104 122
Binary 11001111 11110000 10110000 1110 0 11011 110 1011011 1000100 1010010

Color Harmonies of #CFF0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF0B0

Black with #CFF0B0

Text Example


Text Example

White with #CFF0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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