Html Css Color HEX #CEF2AF Tea Green

📋 copy color: '#CEF2AF'

red 206 ◦ green 242 ◦ blue 175

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

Shades of Tea Green #CEF2AF

Tints of Tea Green #CEF2AF

RGB

 RED value IS 206 (80.86% from 255) = 33.07%

 GREEN value IS 242 (94.92% from 255) = 38.84%

 BLUE value IS 175 (68.75% from 255) = 28.09%

R = 33.07%
G = 38.84%
B = 28.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#CEF2AF (or 0xCEF2AF) is known color: Tea Green. HEX triplet: CE, F2 and AF. RGB value is (206,242,175). Sum of RGB (Red+Green+Blue) = 206+242+175=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF2AF is #310D50. Grayscale: #DFDFDF. Windows color (decimal): -3214673 or 11530958. OLE color: 11530958.

HSL color Cylindrical-coordinate representation of color #CEF2AF: hue angle of 92.24º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEF2AF is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 175 -
CMYK 0.15 0 0.28 0.05
HSL 92.24º 0.72% 0.82% -
HSV(B) 92.24º 0.28% 0.95% -
XYZ 64.94 79.72 52.52 -
YUV 223.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 206 242 175 0.15 0 0.28 0.05 92.24 0.72 0.82
Hex CE F2 AF F 0 1C 5 5C 48 52
Octal 316 362 257 17 0 34 5 134 110 122
Binary 11001110 11110010 10101111 1111 0 11100 101 1011100 1001000 1010010

Color Harmonies of #CEF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2AF

Black with #CEF2AF

Text Example


Text Example

White with #CEF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2AF; }

 p { color: rgb(206,242,175); }

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

background-color css

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

 a { background-color: rgb(206,242,175); }

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

border-color css

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

 span { border-color: rgb(206,242,175); }

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