Html Css Color HEX #8ACABA Bermuda

📋 copy color: '#8ACABA'

red 138 ◦ green 202 ◦ blue 186

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

Shades of Bermuda #8ACABA

Tints of Bermuda #8ACABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.4%

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 26.24%
G = 38.4%
B = 35.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#8ACABA (or 0x8ACABA) is known color: Bermuda. HEX triplet: 8A, CA and BA. RGB value is (138,202,186). Sum of RGB (Red+Green+Blue) = 138+202+186=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACABA is #753545. Grayscale: #B5B5B5. Windows color (decimal): -7681350 or 12241546. OLE color: 12241546.

HSL color Cylindrical-coordinate representation of color #8ACABA: hue angle of 165º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACABA is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 202 186 -
CMYK 0.32 0 0.08 0.21
HSL 165º 0.38% 0.67% -
HSV(B) 165º 0.32% 0.79% -
XYZ 40.46 51.19 54.2 -
YUV 181.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 138 202 186 0.32 0 0.08 0.21 165 0.38 0.67
Hex 8A CA BA 20 0 8 15 A5 26 43
Octal 212 312 272 40 0 10 25 245 46 103
Binary 10001010 11001010 10111010 100000 0 1000 10101 10100101 100110 1000011

Color Harmonies of #8ACABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACABA

Black with #8ACABA

Text Example


Text Example

White with #8ACABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,202,186); }

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

background-color css

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

 a { background-color: rgb(138,202,186); }

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

border-color css

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

 span { border-color: rgb(138,202,186); }

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