Html Css Color HEX #8ACCB6 Bermuda

📋 copy color: '#8ACCB6'

red 138 ◦ green 204 ◦ blue 182

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

Shades of Bermuda #8ACCB6

Tints of Bermuda #8ACCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.73%

R = 26.34%
G = 38.93%
B = 34.73%

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

#8ACCB6 (or 0x8ACCB6) is known color: Bermuda. HEX triplet: 8A, CC and B6. RGB value is (138,204,182). Sum of RGB (Red+Green+Blue) = 138+204+182=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCB6 is #753349. Grayscale: #B5B5B5. Windows color (decimal): -7680842 or 11979914. OLE color: 11979914.

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

Color convert

RGB 138 204 182 -
CMYK 0.32 0 0.11 0.2
HSL 160º 0.39% 0.67% -
HSV(B) 160º 0.32% 0.8% -
XYZ 40.52 51.97 52.15 -
YUV 181.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 138 204 182 0.32 0 0.11 0.2 160 0.39 0.67
Hex 8A CC B6 20 0 B 14 A0 27 43
Octal 212 314 266 40 0 13 24 240 47 103
Binary 10001010 11001100 10110110 100000 0 1011 10100 10100000 100111 1000011

Color Harmonies of #8ACCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCB6

Black with #8ACCB6

Text Example


Text Example

White with #8ACCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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