#CAEC93

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

Shades of Reef #CAEC93

Tints of Reef #CAEC93

Color information

#CAEC93 (or 0xCAEC93) is unknown color: approx Reef. HEX triplet: CA, EC and 93. RGB value is (202,236,147). Sum of RGB (Red+Green+Blue) = 202+236+147=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #CAEC93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEC93 is #35136C. Grayscale: #D8D8D8. Windows color (decimal): -3478381 or 9694410. OLE color: 9694410.

HSL color Cylindrical-coordinate representation of color #CAEC93: hue angle of 82.92º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAEC93 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB202236147-
CMYK0.1400.380.07
HSL82.92º70.08%75.1%-
HSV(B)82.92º37.71%92.55%-
XYZ59.6274.6538.87-
YUV215.6989.24118.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 236 (92.58% from 255) = 40.34%
BLUE value IS 147 (57.81% from 255) = 25.13%
R=34.53%
G=40.34%
B=25.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361470.1400.380.0782.9270.0875.1
HexCAEC93E026753464b
Octal312354223160467123106113
Binary11001010111011001001001111100100110111101001110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEC93; }

 p { color: rgb(202,236,147); }

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

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

 a { background-color: rgb(202,236,147); }

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

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

 span { border-color: rgb(202,236,147); }

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