Html Css Color HEX #8ACECC Riptide

📋 copy color: '#8ACECC'

red 138 ◦ green 206 ◦ blue 204

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

Shades of Riptide #8ACECC

Tints of Riptide #8ACECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.59%

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

R = 25.18%
G = 37.59%
B = 37.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#8ACECC (or 0x8ACECC) is known color: Riptide. HEX triplet: 8A, CE and CC. RGB value is (138,206,204). Sum of RGB (Red+Green+Blue) = 138+206+204=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACECC is #753133. Grayscale: #B9B9B9. Windows color (decimal): -7680308 or 13422218. OLE color: 13422218.

HSL color Cylindrical-coordinate representation of color #8ACECC: hue angle of 178.24º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACECC is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 204 -
CMYK 0.33 0 0.01 0.19
HSL 178.24º 0.41% 0.67% -
HSV(B) 178.24º 0.33% 0.81% -
XYZ 43.45 53.91 65.24 -
YUV 185.44 138.47 94.16 -
System Red Green Blue C M Y K H S L
Decimal 138 206 204 0.33 0 0.01 0.19 178.24 0.41 0.67
Hex 8A CE CC 21 0 1 13 B2 29 43
Octal 212 316 314 41 0 1 23 262 51 103
Binary 10001010 11001110 11001100 100001 0 1 10011 10110010 101001 1000011

Color Harmonies of #8ACECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACECC

Black with #8ACECC

Text Example


Text Example

White with #8ACECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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