Html Css Color HEX #CFE5BB Tea Green

📋 copy color: '#CFE5BB'

red 207 ◦ green 229 ◦ blue 187

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

Shades of Tea Green #CFE5BB

Tints of Tea Green #CFE5BB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.76%

 BLUE value IS 187 (73.44% from 255) = 30.02%

R = 33.23%
G = 36.76%
B = 30.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#CFE5BB (or 0xCFE5BB) is known color: Tea Green. HEX triplet: CF, E5 and BB. RGB value is (207,229,187). Sum of RGB (Red+Green+Blue) = 207+229+187=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5BB is #301A44. Grayscale: #D9D9D9. Windows color (decimal): -3152453 or 12314063. OLE color: 12314063.

HSL color Cylindrical-coordinate representation of color #CFE5BB: hue angle of 91.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE5BB is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 187 -
CMYK 0.10 0 0.18 0.10
HSL 91.43º 0.45% 0.82% -
HSV(B) 91.43º 0.18% 0.9% -
XYZ 62.72 72.89 57.78 -
YUV 217.63 110.71 120.42 -
System Red Green Blue C M Y K H S L
Decimal 207 229 187 0.10 0 0.18 0.10 91.43 0.45 0.82
Hex CF E5 BB A 0 12 A 5B 2D 52
Octal 317 345 273 12 0 22 12 133 55 122
Binary 11001111 11100101 10111011 1010 0 10010 1010 1011011 101101 1010010

Color Harmonies of #CFE5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE5BB

Black with #CFE5BB

Text Example


Text Example

White with #CFE5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE5BB; }

 p { color: rgb(207,229,187); }

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

background-color css

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

 a { background-color: rgb(207,229,187); }

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

border-color css

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

 span { border-color: rgb(207,229,187); }

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