Html Css Color HEX #CEF9AF Tea Green

📋 copy color: '#CEF9AF'

red 206 ◦ green 249 ◦ blue 175

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

Shades of Tea Green #CEF9AF

Tints of Tea Green #CEF9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.52%

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

R = 32.7%
G = 39.52%
B = 27.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#CEF9AF (or 0xCEF9AF) is known color: Tea Green. HEX triplet: CE, F9 and AF. RGB value is (206,249,175). Sum of RGB (Red+Green+Blue) = 206+249+175=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF9AF is #310650. Grayscale: #E3E3E3. Windows color (decimal): -3212881 or 11532750. OLE color: 11532750.

HSL color Cylindrical-coordinate representation of color #CEF9AF: hue angle of 94.86º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEF9AF is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 175 -
CMYK 0.17 0 0.30 0.02
HSL 94.86º 0.86% 0.83% -
HSV(B) 94.86º 0.3% 0.98% -
XYZ 67.07 83.97 53.23 -
YUV 227.71 98.25 112.52 -
System Red Green Blue C M Y K H S L
Decimal 206 249 175 0.17 0 0.30 0.02 94.86 0.86 0.83
Hex CE F9 AF 11 0 1E 2 5F 56 53
Octal 316 371 257 21 0 36 2 137 126 123
Binary 11001110 11111001 10101111 10001 0 11110 10 1011111 1010110 1010011

Color Harmonies of #CEF9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF9AF

Black with #CEF9AF

Text Example


Text Example

White with #CEF9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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