Html Css Color HEX #CFF0BE Tea Green

📋 copy color: '#CFF0BE'

red 207 ◦ green 240 ◦ blue 190

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

Shades of Tea Green #CFF0BE

Tints of Tea Green #CFF0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.83%

R = 32.5%
G = 37.68%
B = 29.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#CFF0BE (or 0xCFF0BE) is known color: Tea Green. HEX triplet: CF, F0 and BE. RGB value is (207,240,190). Sum of RGB (Red+Green+Blue) = 207+240+190=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0BE is #300F41. Grayscale: #E0E0E0. Windows color (decimal): -3149634 or 12513487. OLE color: 12513487.

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

Color convert

RGB 207 240 190 -
CMYK 0.14 0 0.21 0.06
HSL 99.6º 0.63% 0.84% -
HSV(B) 99.6º 0.21% 0.94% -
XYZ 66.19 79.3 60.53 -
YUV 224.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 207 240 190 0.14 0 0.21 0.06 99.6 0.63 0.84
Hex CF F0 BE E 0 15 6 64 3E 54
Octal 317 360 276 16 0 25 6 144 76 124
Binary 11001111 11110000 10111110 1110 0 10101 110 1100100 111110 1010100

Color Harmonies of #CFF0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF0BE

Black with #CFF0BE

Text Example


Text Example

White with #CFF0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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