Html Css Color HEX #CAFFB5 Tea Green

📋 copy color: '#CAFFB5'

red 202 ◦ green 255 ◦ blue 181

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

Shades of Tea Green #CAFFB5

Tints of Tea Green #CAFFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.37%

R = 31.66%
G = 39.97%
B = 28.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#CAFFB5 (or 0xCAFFB5) is known color: Tea Green. HEX triplet: CA, FF and B5. RGB value is (202,255,181). Sum of RGB (Red+Green+Blue) = 202+255+181=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFB5 is #35004A. Grayscale: #E6E6E6. Windows color (decimal): -3473483 or 11927498. OLE color: 11927498.

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

Color convert

RGB 202 255 181 -
CMYK 0.21 0 0.29 0
HSL 102.97º 1% 0.85% -
HSV(B) 102.97º 0.29% 1% -
XYZ 68.46 87.41 56.98 -
YUV 230.72 99.94 107.52 -
System Red Green Blue C M Y K H S L
Decimal 202 255 181 0.21 0 0.29 0 102.97 1 0.85
Hex CA FF B5 15 0 1D 0 67 64 55
Octal 312 377 265 25 0 35 0 147 144 125
Binary 11001010 11111111 10110101 10101 0 11101 0 1100111 1100100 1010101

Color Harmonies of #CAFFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFB5

Black with #CAFFB5

Text Example


Text Example

White with #CAFFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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