Html Css Color HEX #8AC4BB Bermuda

📋 copy color: '#8AC4BB'

red 138 ◦ green 196 ◦ blue 187

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

Shades of Bermuda #8AC4BB

Tints of Bermuda #8AC4BB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.62%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 26.49%
G = 37.62%
B = 35.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#8AC4BB (or 0x8AC4BB) is known color: Bermuda. HEX triplet: 8A, C4 and BB. RGB value is (138,196,187). Sum of RGB (Red+Green+Blue) = 138+196+187=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC4BB is #753B44. Grayscale: #B1B1B1. Windows color (decimal): -7682885 or 12305546. OLE color: 12305546.

HSL color Cylindrical-coordinate representation of color #8AC4BB: hue angle of 170.69º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC4BB is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 196 187 -
CMYK 0.30 0 0.05 0.23
HSL 170.69º 0.33% 0.65% -
HSV(B) 170.69º 0.3% 0.77% -
XYZ 39.19 48.47 54.3 -
YUV 177.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 138 196 187 0.30 0 0.05 0.23 170.69 0.33 0.65
Hex 8A C4 BB 1E 0 5 17 AB 21 41
Octal 212 304 273 36 0 5 27 253 41 101
Binary 10001010 11000100 10111011 11110 0 101 10111 10101011 100001 1000001

Color Harmonies of #8AC4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC4BB

Black with #8AC4BB

Text Example


Text Example

White with #8AC4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,196,187); }

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

background-color css

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

 a { background-color: rgb(138,196,187); }

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

border-color css

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

 span { border-color: rgb(138,196,187); }

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