Html Css Color HEX #8ACDCC Riptide

📋 copy color: '#8ACDCC'

red 138 ◦ green 205 ◦ blue 204

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

Shades of Riptide #8ACDCC

Tints of Riptide #8ACDCC

RGB

 RED value IS 138 (54.3% from 255) = 25.23%

 GREEN value IS 205 (80.47% from 255) = 37.48%

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 25.23%
G = 37.48%
B = 37.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#8ACDCC (or 0x8ACDCC) is known color: Riptide. HEX triplet: 8A, CD and CC. RGB value is (138,205,204). Sum of RGB (Red+Green+Blue) = 138+205+204=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDCC is #753233. Grayscale: #B8B8B8. Windows color (decimal): -7680564 or 13421962. OLE color: 13421962.

HSL color Cylindrical-coordinate representation of color #8ACDCC: hue angle of 179.1º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDCC is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 204 -
CMYK 0.33 0 0.00 0.20
HSL 179.1º 0.4% 0.67% -
HSV(B) 179.1º 0.33% 0.8% -
XYZ 43.21 53.43 65.16 -
YUV 184.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 138 205 204 0.33 0 0.00 0.20 179.1 0.4 0.67
Hex 8A CD CC 21 0 0 14 B3 28 43
Octal 212 315 314 41 0 0 24 263 50 103
Binary 10001010 11001101 11001100 100001 0 0 10100 10110011 101000 1000011

Color Harmonies of #8ACDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACDCC

Black with #8ACDCC

Text Example


Text Example

White with #8ACDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ACDCC; }

 p { color: rgb(138,205,204); }

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

background-color css

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

 a { background-color: rgb(138,205,204); }

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

border-color css

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

 span { border-color: rgb(138,205,204); }

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