Html Css Color HEX #CFF0B7 Tea Green

📋 copy color: '#CFF0B7'

red 207 ◦ green 240 ◦ blue 183

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

Shades of Tea Green #CFF0B7

Tints of Tea Green #CFF0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.05%

R = 32.86%
G = 38.1%
B = 29.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#CFF0B7 (or 0xCFF0B7) is known color: Tea Green. HEX triplet: CF, F0 and B7. RGB value is (207,240,183). Sum of RGB (Red+Green+Blue) = 207+240+183=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 183 (71.88% from 255 or 29.05% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0B7 is #300F48. Grayscale: #DFDFDF. Windows color (decimal): -3149641 or 12054735. OLE color: 12054735.

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

Color convert

RGB 207 240 183 -
CMYK 0.14 0 0.24 0.06
HSL 94.74º 0.66% 0.83% -
HSV(B) 94.74º 0.24% 0.94% -
XYZ 65.44 79 56.6 -
YUV 223.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 207 240 183 0.14 0 0.24 0.06 94.74 0.66 0.83
Hex CF F0 B7 E 0 18 6 5F 42 53
Octal 317 360 267 16 0 30 6 137 102 123
Binary 11001111 11110000 10110111 1110 0 11000 110 1011111 1000010 1010011

Color Harmonies of #CFF0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF0B7

Black with #CFF0B7

Text Example


Text Example

White with #CFF0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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