Html Css Color HEX #CFFABC Tea Green

📋 copy color: '#CFFABC'

red 207 ◦ green 250 ◦ blue 188

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

Shades of Tea Green #CFFABC

Tints of Tea Green #CFFABC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.76%

 BLUE value IS 188 (73.83% from 255) = 29.15%

R = 32.09%
G = 38.76%
B = 29.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#CFFABC (or 0xCFFABC) is known color: Tea Green. HEX triplet: CF, FA and BC. RGB value is (207,250,188). Sum of RGB (Red+Green+Blue) = 207+250+188=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFABC is #300543. Grayscale: #E6E6E6. Windows color (decimal): -3147076 or 12384975. OLE color: 12384975.

HSL color Cylindrical-coordinate representation of color #CFFABC: hue angle of 101.61º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFFABC is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 250 188 -
CMYK 0.17 0 0.25 0.02
HSL 101.61º 0.86% 0.86% -
HSV(B) 101.61º 0.25% 0.98% -
XYZ 68.99 85.27 60.4 -
YUV 230.08 104.25 111.54 -
System Red Green Blue C M Y K H S L
Decimal 207 250 188 0.17 0 0.25 0.02 101.61 0.86 0.86
Hex CF FA BC 11 0 19 2 66 56 56
Octal 317 372 274 21 0 31 2 146 126 126
Binary 11001111 11111010 10111100 10001 0 11001 10 1100110 1010110 1010110

Color Harmonies of #CFFABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFABC

Black with #CFFABC

Text Example


Text Example

White with #CFFABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFABC; }

 p { color: rgb(207,250,188); }

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

background-color css

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

 a { background-color: rgb(207,250,188); }

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

border-color css

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

 span { border-color: rgb(207,250,188); }

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