Html Css Color HEX #CAE6BA Tea Green

📋 copy color: '#CAE6BA'

red 202 ◦ green 230 ◦ blue 186

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

Shades of Tea Green #CAE6BA

Tints of Tea Green #CAE6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.22%

 BLUE value IS 186 (73.05% from 255) = 30.1%

R = 32.69%
G = 37.22%
B = 30.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#CAE6BA (or 0xCAE6BA) is known color: Tea Green. HEX triplet: CA, E6 and BA. RGB value is (202,230,186). Sum of RGB (Red+Green+Blue) = 202+230+186=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6BA is #351945. Grayscale: #D8D8D8. Windows color (decimal): -3479878 or 12248778. OLE color: 12248778.

HSL color Cylindrical-coordinate representation of color #CAE6BA: hue angle of 98.18º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAE6BA is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 186 -
CMYK 0.12 0 0.19 0.10
HSL 98.18º 0.47% 0.82% -
HSV(B) 98.18º 0.19% 0.9% -
XYZ 61.52 72.7 57.24 -
YUV 216.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 202 230 186 0.12 0 0.19 0.10 98.18 0.47 0.82
Hex CA E6 BA C 0 13 A 62 2F 52
Octal 312 346 272 14 0 23 12 142 57 122
Binary 11001010 11100110 10111010 1100 0 10011 1010 1100010 101111 1010010

Color Harmonies of #CAE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE6BA

Black with #CAE6BA

Text Example


Text Example

White with #CAE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE6BA; }

 p { color: rgb(202,230,186); }

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

background-color css

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

 a { background-color: rgb(202,230,186); }

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

border-color css

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

 span { border-color: rgb(202,230,186); }

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