Html Css Color HEX #CFEBBA Tea Green

📋 copy color: '#CFEBBA'

red 207 ◦ green 235 ◦ blue 186

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

Shades of Tea Green #CFEBBA

Tints of Tea Green #CFEBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.42%

 BLUE value IS 186 (73.05% from 255) = 29.62%

R = 32.96%
G = 37.42%
B = 29.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#CFEBBA (or 0xCFEBBA) is known color: Tea Green. HEX triplet: CF, EB and BA. RGB value is (207,235,186). Sum of RGB (Red+Green+Blue) = 207+235+186=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBBA is #301445. Grayscale: #DDDDDD. Windows color (decimal): -3150918 or 12250063. OLE color: 12250063.

HSL color Cylindrical-coordinate representation of color #CFEBBA: hue angle of 94.29º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFEBBA is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 235 186 -
CMYK 0.12 0 0.21 0.08
HSL 94.29º 0.55% 0.83% -
HSV(B) 94.29º 0.21% 0.92% -
XYZ 64.3 76.23 57.78 -
YUV 221.04 108.22 117.98 -
System Red Green Blue C M Y K H S L
Decimal 207 235 186 0.12 0 0.21 0.08 94.29 0.55 0.83
Hex CF EB BA C 0 15 8 5E 37 53
Octal 317 353 272 14 0 25 10 136 67 123
Binary 11001111 11101011 10111010 1100 0 10101 1000 1011110 110111 1010011

Color Harmonies of #CFEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEBBA

Black with #CFEBBA

Text Example


Text Example

White with #CFEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEBBA; }

 p { color: rgb(207,235,186); }

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

background-color css

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

 a { background-color: rgb(207,235,186); }

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

border-color css

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

 span { border-color: rgb(207,235,186); }

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