Html Css Color HEX #CFEFC5 Tea Green

📋 copy color: '#CFEFC5'

red 207 ◦ green 239 ◦ blue 197

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

Shades of Tea Green #CFEFC5

Tints of Tea Green #CFEFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.64%

R = 32.19%
G = 37.17%
B = 30.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#CFEFC5 (or 0xCFEFC5) is known color: Tea Green. HEX triplet: CF, EF and C5. RGB value is (207,239,197). Sum of RGB (Red+Green+Blue) = 207+239+197=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFC5 is #30103A. Grayscale: #E0E0E0. Windows color (decimal): -3149883 or 12971983. OLE color: 12971983.

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

Color convert

RGB 207 239 197 -
CMYK 0.13 0 0.18 0.06
HSL 105.71º 0.57% 0.85% -
HSV(B) 105.71º 0.18% 0.94% -
XYZ 66.68 79.03 64.56 -
YUV 224.64 112.4 115.42 -
System Red Green Blue C M Y K H S L
Decimal 207 239 197 0.13 0 0.18 0.06 105.71 0.57 0.85
Hex CF EF C5 D 0 12 6 6A 39 55
Octal 317 357 305 15 0 22 6 152 71 125
Binary 11001111 11101111 11000101 1101 0 10010 110 1101010 111001 1010101

Color Harmonies of #CFEFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEFC5

Black with #CFEFC5

Text Example


Text Example

White with #CFEFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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