Html Css Color HEX #CFEDC3 Tea Green

📋 copy color: '#CFEDC3'

red 207 ◦ green 237 ◦ blue 195

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

Shades of Tea Green #CFEDC3

Tints of Tea Green #CFEDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.52%

R = 32.39%
G = 37.09%
B = 30.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#CFEDC3 (or 0xCFEDC3) is known color: Tea Green. HEX triplet: CF, ED and C3. RGB value is (207,237,195). Sum of RGB (Red+Green+Blue) = 207+237+195=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 195 (76.56% from 255 or 30.52% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDC3 is #30123C. Grayscale: #DFDFDF. Windows color (decimal): -3150397 or 12840399. OLE color: 12840399.

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

Color convert

RGB 207 237 195 -
CMYK 0.13 0 0.18 0.07
HSL 102.86º 0.54% 0.85% -
HSV(B) 102.86º 0.18% 0.93% -
XYZ 65.87 77.77 63.17 -
YUV 223.24 112.06 116.42 -
System Red Green Blue C M Y K H S L
Decimal 207 237 195 0.13 0 0.18 0.07 102.86 0.54 0.85
Hex CF ED C3 D 0 12 7 67 36 55
Octal 317 355 303 15 0 22 7 147 66 125
Binary 11001111 11101101 11000011 1101 0 10010 111 1100111 110110 1010101

Color Harmonies of #CFEDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEDC3

Black with #CFEDC3

Text Example


Text Example

White with #CFEDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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