Html Css Color HEX #CFEEBD Tea Green

📋 copy color: '#CFEEBD'

red 207 ◦ green 238 ◦ blue 189

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

Shades of Tea Green #CFEEBD

Tints of Tea Green #CFEEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.81%

R = 32.65%
G = 37.54%
B = 29.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#CFEEBD (or 0xCFEEBD) is known color: Tea Green. HEX triplet: CF, EE and BD. RGB value is (207,238,189). Sum of RGB (Red+Green+Blue) = 207+238+189=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEBD is #301142. Grayscale: #DFDFDF. Windows color (decimal): -3150147 or 12447439. OLE color: 12447439.

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

Color convert

RGB 207 238 189 -
CMYK 0.13 0 0.21 0.07
HSL 97.96º 0.59% 0.84% -
HSV(B) 97.96º 0.21% 0.93% -
XYZ 65.49 78.09 59.76 -
YUV 223.15 108.73 116.48 -
System Red Green Blue C M Y K H S L
Decimal 207 238 189 0.13 0 0.21 0.07 97.96 0.59 0.84
Hex CF EE BD D 0 15 7 62 3B 54
Octal 317 356 275 15 0 25 7 142 73 124
Binary 11001111 11101110 10111101 1101 0 10101 111 1100010 111011 1010100

Color Harmonies of #CFEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEEBD

Black with #CFEEBD

Text Example


Text Example

White with #CFEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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