#AFE6D2

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

Shades of Cruise #AFE6D2

Tints of Cruise #AFE6D2

Color information

#AFE6D2 (or 0xAFE6D2) is unknown color: approx Cruise. HEX triplet: AF, E6 and D2. RGB value is (175,230,210). Sum of RGB (Red+Green+Blue) = 175+230+210=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6D2 is #50192D. Grayscale: #D3D3D3. Windows color (decimal): -5249326 or 13821615. OLE color: 13821615.

HSL color Cylindrical-coordinate representation of color #AFE6D2: hue angle of 158.18º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6D2 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB175230210-
CMYK0.2400.090.10
HSL158.18º52.38%79.41%-
HSV(B)158.18º23.91%90.2%-
XYZ57.6170.3671.52-
YUV211.27127.28102.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.46%
GREEN value IS 230 (90.23% from 255) = 37.40%
BLUE value IS 210 (82.42% from 255) = 34.15%
R=28.46%
G=37.40%
B=34.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752302100.2400.090.10158.1852.3879.41
HexAFE6D21809A9e344f
Octal257346322300111223664117
Binary10101111111001101101001011000010011010100111101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6D2; }

 p { color: rgb(175,230,210); }

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

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

 a { background-color: rgb(175,230,210); }

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

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

 span { border-color: rgb(175,230,210); }

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