Html Css Color HEX #CAFFBC Tea Green

📋 copy color: '#CAFFBC'

red 202 ◦ green 255 ◦ blue 188

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

Shades of Tea Green #CAFFBC

Tints of Tea Green #CAFFBC

RGB

 RED value IS 202 (79.3% from 255) = 31.32%

 GREEN value IS 255 (100% from 255) = 39.53%

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

R = 31.32%
G = 39.53%
B = 29.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#CAFFBC (or 0xCAFFBC) is known color: Tea Green. HEX triplet: CA, FF and BC. RGB value is (202,255,188). Sum of RGB (Red+Green+Blue) = 202+255+188=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFBC is #350043. Grayscale: #E7E7E7. Windows color (decimal): -3473476 or 12386250. OLE color: 12386250.

HSL color Cylindrical-coordinate representation of color #CAFFBC: hue angle of 107.46º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAFFBC is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 202 255 188 -
CMYK 0.21 0 0.26 0
HSL 107.46º 1% 0.87% -
HSV(B) 107.46º 0.26% 1% -
XYZ 69.19 87.71 60.86 -
YUV 231.52 103.44 106.95 -
System Red Green Blue C M Y K H S L
Decimal 202 255 188 0.21 0 0.26 0 107.46 1 0.87
Hex CA FF BC 15 0 1A 0 6B 64 57
Octal 312 377 274 25 0 32 0 153 144 127
Binary 11001010 11111111 10111100 10101 0 11010 0 1101011 1100100 1010111

Color Harmonies of #CAFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFBC

Black with #CAFFBC

Text Example


Text Example

White with #CAFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFBC; }

 p { color: rgb(202,255,188); }

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

background-color css

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

 a { background-color: rgb(202,255,188); }

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

border-color css

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

 span { border-color: rgb(202,255,188); }

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