Html Css Color HEX #CFEDB5 Tea Green

📋 copy color: '#CFEDB5'

red 207 ◦ green 237 ◦ blue 181

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

Shades of Tea Green #CFEDB5

Tints of Tea Green #CFEDB5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.92%

 BLUE value IS 181 (71.09% from 255) = 28.96%

R = 33.12%
G = 37.92%
B = 28.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#CFEDB5 (or 0xCFEDB5) is known color: Tea Green. HEX triplet: CF, ED and B5. RGB value is (207,237,181). Sum of RGB (Red+Green+Blue) = 207+237+181=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDB5 is #30124A. Grayscale: #DDDDDD. Windows color (decimal): -3150411 or 11922895. OLE color: 11922895.

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

Color convert

RGB 207 237 181 -
CMYK 0.13 0 0.24 0.07
HSL 92.14º 0.61% 0.82% -
HSV(B) 92.14º 0.24% 0.93% -
XYZ 64.36 77.17 55.22 -
YUV 221.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 207 237 181 0.13 0 0.24 0.07 92.14 0.61 0.82
Hex CF ED B5 D 0 18 7 5C 3D 52
Octal 317 355 265 15 0 30 7 134 75 122
Binary 11001111 11101101 10110101 1101 0 11000 111 1011100 111101 1010010

Color Harmonies of #CFEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEDB5

Black with #CFEDB5

Text Example


Text Example

White with #CFEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEDB5; }

 p { color: rgb(207,237,181); }

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

background-color css

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

 a { background-color: rgb(207,237,181); }

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

border-color css

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

 span { border-color: rgb(207,237,181); }

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