Html Css Color HEX #CFEFC1 Tea Green

📋 copy color: '#CFEFC1'

red 207 ◦ green 239 ◦ blue 193

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

Shades of Tea Green #CFEFC1

Tints of Tea Green #CFEFC1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.4%

 BLUE value IS 193 (75.78% from 255) = 30.2%

R = 32.39%
G = 37.4%
B = 30.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#CFEFC1 (or 0xCFEFC1) is known color: Tea Green. HEX triplet: CF, EF and C1. RGB value is (207,239,193). Sum of RGB (Red+Green+Blue) = 207+239+193=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 193 (75.78% from 255 or 30.20% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFC1 is #30103E. Grayscale: #E0E0E0. Windows color (decimal): -3149887 or 12709839. OLE color: 12709839.

HSL color Cylindrical-coordinate representation of color #CFEFC1: hue angle of 101.74º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFEFC1 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 239 193 -
CMYK 0.13 0 0.19 0.06
HSL 101.74º 0.59% 0.85% -
HSV(B) 101.74º 0.19% 0.94% -
XYZ 66.22 78.85 62.18 -
YUV 224.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 207 239 193 0.13 0 0.19 0.06 101.74 0.59 0.85
Hex CF EF C1 D 0 13 6 66 3B 55
Octal 317 357 301 15 0 23 6 146 73 125
Binary 11001111 11101111 11000001 1101 0 10011 110 1100110 111011 1010101

Color Harmonies of #CFEFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEFC1

Black with #CFEFC1

Text Example


Text Example

White with #CFEFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEFC1; }

 p { color: rgb(207,239,193); }

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

background-color css

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

 a { background-color: rgb(207,239,193); }

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

border-color css

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

 span { border-color: rgb(207,239,193); }

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