Html Css Color HEX #8ACBC6 Bermuda

📋 copy color: '#8ACBC6'

red 138 ◦ green 203 ◦ blue 198

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

Shades of Bermuda #8ACBC6

Tints of Bermuda #8ACBC6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.66%

 BLUE value IS 198 (77.73% from 255) = 36.73%

R = 25.6%
G = 37.66%
B = 36.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#8ACBC6 (or 0x8ACBC6) is known color: Bermuda. HEX triplet: 8A, CB and C6. RGB value is (138,203,198). Sum of RGB (Red+Green+Blue) = 138+203+198=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBC6 is #753439. Grayscale: #B6B6B6. Windows color (decimal): -7681082 or 13028234. OLE color: 13028234.

HSL color Cylindrical-coordinate representation of color #8ACBC6: hue angle of 175.38º degrees, saturation: 0.38, 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 #8ACBC6 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 203 198 -
CMYK 0.32 0 0.02 0.20
HSL 175.38º 0.38% 0.67% -
HSV(B) 175.38º 0.32% 0.8% -
XYZ 42.03 52.19 61.28 -
YUV 183 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 138 203 198 0.32 0 0.02 0.20 175.38 0.38 0.67
Hex 8A CB C6 20 0 2 14 AF 26 43
Octal 212 313 306 40 0 2 24 257 46 103
Binary 10001010 11001011 11000110 100000 0 10 10100 10101111 100110 1000011

Color Harmonies of #8ACBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACBC6

Black with #8ACBC6

Text Example


Text Example

White with #8ACBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,203,198); }

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

background-color css

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

 a { background-color: rgb(138,203,198); }

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

border-color css

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

 span { border-color: rgb(138,203,198); }

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