Html Css Color HEX #CFEDC4 Tea Green

📋 copy color: '#CFEDC4'

red 207 ◦ green 237 ◦ blue 196

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

Shades of Tea Green #CFEDC4

Tints of Tea Green #CFEDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.63%

R = 32.34%
G = 37.03%
B = 30.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#CFEDC4 (or 0xCFEDC4) is known color: Tea Green. HEX triplet: CF, ED and C4. RGB value is (207,237,196). Sum of RGB (Red+Green+Blue) = 207+237+196=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDC4 is #30123B. Grayscale: #DFDFDF. Windows color (decimal): -3150396 or 12905935. OLE color: 12905935.

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

Color convert

RGB 207 237 196 -
CMYK 0.13 0 0.17 0.07
HSL 103.9º 0.53% 0.85% -
HSV(B) 103.9º 0.17% 0.93% -
XYZ 65.98 77.82 63.77 -
YUV 223.36 112.56 116.33 -
System Red Green Blue C M Y K H S L
Decimal 207 237 196 0.13 0 0.17 0.07 103.9 0.53 0.85
Hex CF ED C4 D 0 11 7 68 35 55
Octal 317 355 304 15 0 21 7 150 65 125
Binary 11001111 11101101 11000100 1101 0 10001 111 1101000 110101 1010101

Color Harmonies of #CFEDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEDC4

Black with #CFEDC4

Text Example


Text Example

White with #CFEDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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