Html Css Color HEX #ADD4D4 Sinbad

📋 copy color: '#ADD4D4'

red 173 ◦ green 212 ◦ blue 212

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

Shades of Sinbad #ADD4D4

Tints of Sinbad #ADD4D4

RGB

 RED value IS 173 (67.97% from 255) = 28.98%

 GREEN value IS 212 (83.2% from 255) = 35.51%

 BLUE value IS 212 (83.2% from 255) = 35.51%

R = 28.98%
G = 35.51%
B = 35.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ADD4D4 (or 0xADD4D4) is known color: Sinbad. HEX triplet: AD, D4 and D4. RGB value is (173,212,212). Sum of RGB (Red+Green+Blue) = 173+212+212=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 212 - color contains mainly: green, blue. Hex color #ADD4D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4D4 is #522B2B. Grayscale: #C8C8C8. Windows color (decimal): -5385004 or 13948077. OLE color: 13948077.

HSL color Cylindrical-coordinate representation of color #ADD4D4: hue angle of 180º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD4D4 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 212 -
CMYK 0.18 0 0 0.17
HSL 180º 0.31% 0.75% -
HSV(B) 180º 0.18% 0.83% -
XYZ 52.66 60.72 71.23 -
YUV 200.34 134.58 108.5 -
System Red Green Blue C M Y K H S L
Decimal 173 212 212 0.18 0 0 0.17 180 0.31 0.75
Hex AD D4 D4 12 0 0 11 B4 1F 4B
Octal 255 324 324 22 0 0 21 264 37 113
Binary 10101101 11010100 11010100 10010 0 0 10001 10110100 11111 1001011

Color Harmonies of #ADD4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4D4

Black with #ADD4D4

Text Example


Text Example

White with #ADD4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4D4; }

 p { color: rgb(173,212,212); }

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

background-color css

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

 a { background-color: rgb(173,212,212); }

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

border-color css

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

 span { border-color: rgb(173,212,212); }

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