Html Css Color HEX #8ACCB5 Bermuda

📋 copy color: '#8ACCB5'

red 138 ◦ green 204 ◦ blue 181

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

Shades of Bermuda #8ACCB5

Tints of Bermuda #8ACCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.61%

R = 26.39%
G = 39.01%
B = 34.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#8ACCB5 (or 0x8ACCB5) is known color: Bermuda. HEX triplet: 8A, CC and B5. RGB value is (138,204,181). Sum of RGB (Red+Green+Blue) = 138+204+181=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCB5 is #75334A. Grayscale: #B5B5B5. Windows color (decimal): -7680843 or 11914378. OLE color: 11914378.

HSL color Cylindrical-coordinate representation of color #8ACCB5: hue angle of 159.09º 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 #8ACCB5 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 181 -
CMYK 0.32 0 0.11 0.2
HSL 159.09º 0.39% 0.67% -
HSV(B) 159.09º 0.32% 0.8% -
XYZ 40.41 51.93 51.61 -
YUV 181.64 127.63 96.87 -
System Red Green Blue C M Y K H S L
Decimal 138 204 181 0.32 0 0.11 0.2 159.09 0.39 0.67
Hex 8A CC B5 20 0 B 14 9F 27 43
Octal 212 314 265 40 0 13 24 237 47 103
Binary 10001010 11001100 10110101 100000 0 1011 10100 10011111 100111 1000011

Color Harmonies of #8ACCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCB5

Black with #8ACCB5

Text Example


Text Example

White with #8ACCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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