Html Css Color HEX #CFEEBF Tea Green

📋 copy color: '#CFEEBF'

red 207 ◦ green 238 ◦ blue 191

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

Shades of Tea Green #CFEEBF

Tints of Tea Green #CFEEBF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.42%

 BLUE value IS 191 (75% from 255) = 30.03%

R = 32.55%
G = 37.42%
B = 30.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#CFEEBF (or 0xCFEEBF) is known color: Tea Green. HEX triplet: CF, EE and BF. RGB value is (207,238,191). Sum of RGB (Red+Green+Blue) = 207+238+191=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEBF is #301140. Grayscale: #DFDFDF. Windows color (decimal): -3150145 or 12578511. OLE color: 12578511.

HSL color Cylindrical-coordinate representation of color #CFEEBF: hue angle of 99.57º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFEEBF is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 191 -
CMYK 0.13 0 0.20 0.07
HSL 99.57º 0.58% 0.84% -
HSV(B) 99.57º 0.2% 0.93% -
XYZ 65.71 78.18 60.92 -
YUV 223.37 109.73 116.32 -
System Red Green Blue C M Y K H S L
Decimal 207 238 191 0.13 0 0.20 0.07 99.57 0.58 0.84
Hex CF EE BF D 0 14 7 64 3A 54
Octal 317 356 277 15 0 24 7 144 72 124
Binary 11001111 11101110 10111111 1101 0 10100 111 1100100 111010 1010100

Color Harmonies of #CFEEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEEBF

Black with #CFEEBF

Text Example


Text Example

White with #CFEEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEEBF; }

 p { color: rgb(207,238,191); }

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

background-color css

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

 a { background-color: rgb(207,238,191); }

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

border-color css

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

 span { border-color: rgb(207,238,191); }

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