Html Css Color HEX #CFEDB4 Tea Green

📋 copy color: '#CFEDB4'

red 207 ◦ green 237 ◦ blue 180

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

Shades of Tea Green #CFEDB4

Tints of Tea Green #CFEDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.85%

R = 33.17%
G = 37.98%
B = 28.85%

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

#CFEDB4 (or 0xCFEDB4) is known color: Tea Green. HEX triplet: CF, ED and B4. RGB value is (207,237,180). Sum of RGB (Red+Green+Blue) = 207+237+180=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDB4 is #30124B. Grayscale: #DDDDDD. Windows color (decimal): -3150412 or 11857359. OLE color: 11857359.

HSL color Cylindrical-coordinate representation of color #CFEDB4: hue angle of 91.58º 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 #CFEDB4 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 237 180 -
CMYK 0.13 0 0.24 0.07
HSL 91.58º 0.61% 0.82% -
HSV(B) 91.58º 0.24% 0.93% -
XYZ 64.25 77.13 54.68 -
YUV 221.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 207 237 180 0.13 0 0.24 0.07 91.58 0.61 0.82
Hex CF ED B4 D 0 18 7 5C 3D 52
Octal 317 355 264 15 0 30 7 134 75 122
Binary 11001111 11101101 10110100 1101 0 11000 111 1011100 111101 1010010

Color Harmonies of #CFEDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEDB4

Black with #CFEDB4

Text Example


Text Example

White with #CFEDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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