Html Css Color HEX #8ACCB8 Bermuda

📋 copy color: '#8ACCB8'

red 138 ◦ green 204 ◦ blue 184

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

Shades of Bermuda #8ACCB8

Tints of Bermuda #8ACCB8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.78%

 BLUE value IS 184 (72.27% from 255) = 34.98%

R = 26.24%
G = 38.78%
B = 34.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#8ACCB8 (or 0x8ACCB8) is known color: Bermuda. HEX triplet: 8A, CC and B8. RGB value is (138,204,184). Sum of RGB (Red+Green+Blue) = 138+204+184=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCB8 is #753347. Grayscale: #B6B6B6. Windows color (decimal): -7680840 or 12110986. OLE color: 12110986.

HSL color Cylindrical-coordinate representation of color #8ACCB8: hue angle of 161.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCB8 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 184 -
CMYK 0.32 0 0.10 0.2
HSL 161.82º 0.39% 0.67% -
HSV(B) 161.82º 0.32% 0.8% -
XYZ 40.73 52.05 53.25 -
YUV 181.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 138 204 184 0.32 0 0.10 0.2 161.82 0.39 0.67
Hex 8A CC B8 20 0 A 14 A2 27 43
Octal 212 314 270 40 0 12 24 242 47 103
Binary 10001010 11001100 10111000 100000 0 1010 10100 10100010 100111 1000011

Color Harmonies of #8ACCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCB8

Black with #8ACCB8

Text Example


Text Example

White with #8ACCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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