#CAEEC1

Color #CAEEC1 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CAEEC1

Tints of Tea Green #CAEEC1

Color information

#CAEEC1 (or 0xCAEEC1) is unknown color: approx Tea Green. HEX triplet: CA, EE and C1. RGB value is (202,238,193). Sum of RGB (Red+Green+Blue) = 202+238+193=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEC1 is #35113E. Grayscale: #DEDEDE. Windows color (decimal): -3477823 or 12709578. OLE color: 12709578.

HSL color Cylindrical-coordinate representation of color #CAEEC1: hue angle of 108º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAEEC1 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB202238193-
CMYK0.1500.190.07
HSL108º56.96%84.51%-
HSV(B)108º18.91%93.33%-
XYZ64.5677.5662.02-
YUV222.11111.57113.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=31.91%
G=37.60%
B=30.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381930.1500.190.0710856.9684.51
HexCAEEC1F01376c3955
Octal31235630117023715471125
Binary110010101110111011000001111101001111111011001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEC1; }

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

 H1.HeaderClassName
 {
   color: #CAEEC1;
 }
 .AnyTagClassName
 {
   color: #CAEEC1;
 }
</style>
background-color css

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

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

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

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

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

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