Html Css Color HEX #CAEEBE Tea Green

📋 copy color: '#CAEEBE'

red 202 ◦ green 238 ◦ blue 190

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

Shades of Tea Green #CAEEBE

Tints of Tea Green #CAEEBE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.78%

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

R = 32.06%
G = 37.78%
B = 30.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#CAEEBE (or 0xCAEEBE) is known color: Tea Green. HEX triplet: CA, EE and BE. RGB value is (202,238,190). Sum of RGB (Red+Green+Blue) = 202+238+190=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEBE is #351141. Grayscale: #DDDDDD. Windows color (decimal): -3477826 or 12512970. OLE color: 12512970.

HSL color Cylindrical-coordinate representation of color #CAEEBE: hue angle of 105º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAEEBE is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 238 190 -
CMYK 0.15 0 0.20 0.07
HSL 105º 0.59% 0.84% -
HSV(B) 105º 0.2% 0.93% -
XYZ 64.23 77.42 60.27 -
YUV 221.76 110.07 113.9 -
System Red Green Blue C M Y K H S L
Decimal 202 238 190 0.15 0 0.20 0.07 105 0.59 0.84
Hex CA EE BE F 0 14 7 69 3B 54
Octal 312 356 276 17 0 24 7 151 73 124
Binary 11001010 11101110 10111110 1111 0 10100 111 1101001 111011 1010100

Color Harmonies of #CAEEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEBE

Black with #CAEEBE

Text Example


Text Example

White with #CAEEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEBE; }

 p { color: rgb(202,238,190); }

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

background-color css

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

 a { background-color: rgb(202,238,190); }

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

border-color css

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

 span { border-color: rgb(202,238,190); }

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