Html Css Color HEX #8ACBC3 Bermuda

📋 copy color: '#8ACBC3'

red 138 ◦ green 203 ◦ blue 195

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

Shades of Bermuda #8ACBC3

Tints of Bermuda #8ACBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.38%

R = 25.75%
G = 37.87%
B = 36.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#8ACBC3 (or 0x8ACBC3) is known color: Bermuda. HEX triplet: 8A, CB and C3. RGB value is (138,203,195). Sum of RGB (Red+Green+Blue) = 138+203+195=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBC3 is #75343C. Grayscale: #B6B6B6. Windows color (decimal): -7681085 or 12831626. OLE color: 12831626.

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

Color convert

RGB 138 203 195 -
CMYK 0.32 0 0.04 0.20
HSL 172.62º 0.38% 0.67% -
HSV(B) 172.62º 0.32% 0.8% -
XYZ 41.69 52.06 59.48 -
YUV 182.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 138 203 195 0.32 0 0.04 0.20 172.62 0.38 0.67
Hex 8A CB C3 20 0 4 14 AD 26 43
Octal 212 313 303 40 0 4 24 255 46 103
Binary 10001010 11001011 11000011 100000 0 100 10100 10101101 100110 1000011

Color Harmonies of #8ACBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACBC3

Black with #8ACBC3

Text Example


Text Example

White with #8ACBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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