Html Css Color HEX #CFECBE Tea Green

📋 copy color: '#CFECBE'

red 207 ◦ green 236 ◦ blue 190

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

Shades of Tea Green #CFECBE

Tints of Tea Green #CFECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.28%

 BLUE value IS 190 (74.61% from 255) = 30.02%

R = 32.7%
G = 37.28%
B = 30.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#CFECBE (or 0xCFECBE) is known color: Tea Green. HEX triplet: CF, EC and BE. RGB value is (207,236,190). Sum of RGB (Red+Green+Blue) = 207+236+190=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECBE is #301341. Grayscale: #DEDEDE. Windows color (decimal): -3150658 or 12512463. OLE color: 12512463.

HSL color Cylindrical-coordinate representation of color #CFECBE: hue angle of 97.83º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFECBE is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 236 190 -
CMYK 0.12 0 0.19 0.07
HSL 97.83º 0.55% 0.84% -
HSV(B) 97.83º 0.19% 0.93% -
XYZ 65.02 76.97 60.15 -
YUV 222.09 109.89 117.24 -
System Red Green Blue C M Y K H S L
Decimal 207 236 190 0.12 0 0.19 0.07 97.83 0.55 0.84
Hex CF EC BE C 0 13 7 62 37 54
Octal 317 354 276 14 0 23 7 142 67 124
Binary 11001111 11101100 10111110 1100 0 10011 111 1100010 110111 1010100

Color Harmonies of #CFECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFECBE

Black with #CFECBE

Text Example


Text Example

White with #CFECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFECBE; }

 p { color: rgb(207,236,190); }

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

background-color css

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

 a { background-color: rgb(207,236,190); }

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

border-color css

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

 span { border-color: rgb(207,236,190); }

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