#AFDDCD

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

Shades of Cruise #AFDDCD

Tints of Cruise #AFDDCD

Color information

#AFDDCD (or 0xAFDDCD) is unknown color: approx Cruise. HEX triplet: AF, DD and CD. RGB value is (175,221,205). Sum of RGB (Red+Green+Blue) = 175+221+205=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDCD is #502232. Grayscale: #CDCDCD. Windows color (decimal): -5251635 or 13491631. OLE color: 13491631.

HSL color Cylindrical-coordinate representation of color #AFDDCD: hue angle of 159.13º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDCD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB175221205-
CMYK0.2100.070.13
HSL159.13º40.35%77.65%-
HSV(B)159.13º20.81%86.67%-
XYZ54.5665.2367.47-
YUV205.42127.76106.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=29.12%
G=36.77%
B=34.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752212050.2100.070.13159.1340.3577.65
HexAFDDCD1507D9f284e
Octal25733531525071523750116
Binary1010111111011101110011011010101111101100111111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDCD; }

 p { color: rgb(175,221,205); }

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

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

 a { background-color: rgb(175,221,205); }

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

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

 span { border-color: rgb(175,221,205); }

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