Html Css Color HEX #CFEBB4 Tea Green

📋 copy color: '#CFEBB4'

red 207 ◦ green 235 ◦ blue 180

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

Shades of Tea Green #CFEBB4

Tints of Tea Green #CFEBB4

RGB

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

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

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

R = 33.28%
G = 37.78%
B = 28.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#CFEBB4 (or 0xCFEBB4) is known color: Tea Green. HEX triplet: CF, EB and B4. RGB value is (207,235,180). Sum of RGB (Red+Green+Blue) = 207+235+180=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBB4 is #30144B. Grayscale: #DCDCDC. Windows color (decimal): -3150924 or 11856847. OLE color: 11856847.

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

Color convert

RGB 207 235 180 -
CMYK 0.12 0 0.23 0.08
HSL 90.55º 0.58% 0.81% -
HSV(B) 90.55º 0.23% 0.92% -
XYZ 63.68 75.98 54.49 -
YUV 220.36 105.22 118.47 -
System Red Green Blue C M Y K H S L
Decimal 207 235 180 0.12 0 0.23 0.08 90.55 0.58 0.81
Hex CF EB B4 C 0 17 8 5B 3A 51
Octal 317 353 264 14 0 27 10 133 72 121
Binary 11001111 11101011 10110100 1100 0 10111 1000 1011011 111010 1010001

Color Harmonies of #CFEBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEBB4

Black with #CFEBB4

Text Example


Text Example

White with #CFEBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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