Html Css Color HEX #8ACEC8 Bermuda

📋 copy color: '#8ACEC8'

red 138 ◦ green 206 ◦ blue 200

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

Shades of Bermuda #8ACEC8

Tints of Bermuda #8ACEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.76%

R = 25.37%
G = 37.87%
B = 36.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#8ACEC8 (or 0x8ACEC8) is known color: Bermuda. HEX triplet: 8A, CE and C8. RGB value is (138,206,200). Sum of RGB (Red+Green+Blue) = 138+206+200=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACEC8 is #753137. Grayscale: #B8B8B8. Windows color (decimal): -7680312 or 13160074. OLE color: 13160074.

HSL color Cylindrical-coordinate representation of color #8ACEC8: hue angle of 174.71º 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 #8ACEC8 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 200 -
CMYK 0.33 0 0.03 0.19
HSL 174.71º 0.41% 0.67% -
HSV(B) 174.71º 0.33% 0.81% -
XYZ 42.98 53.72 62.75 -
YUV 184.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 138 206 200 0.33 0 0.03 0.19 174.71 0.41 0.67
Hex 8A CE C8 21 0 3 13 AF 29 43
Octal 212 316 310 41 0 3 23 257 51 103
Binary 10001010 11001110 11001000 100001 0 11 10011 10101111 101001 1000011

Color Harmonies of #8ACEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACEC8

Black with #8ACEC8

Text Example


Text Example

White with #8ACEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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