Html Css Color HEX #8AD6C0 Bermuda

📋 copy color: '#8AD6C0'

red 138 ◦ green 214 ◦ blue 192

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

Shades of Bermuda #8AD6C0

Tints of Bermuda #8AD6C0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.34%

 BLUE value IS 192 (75.39% from 255) = 35.29%

R = 25.37%
G = 39.34%
B = 35.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#8AD6C0 (or 0x8AD6C0) is known color: Bermuda. HEX triplet: 8A, D6 and C0. RGB value is (138,214,192). Sum of RGB (Red+Green+Blue) = 138+214+192=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD6C0 is #75293F. Grayscale: #BCBCBC. Windows color (decimal): -7678272 or 12637834. OLE color: 12637834.

HSL color Cylindrical-coordinate representation of color #8AD6C0: hue angle of 162.63º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD6C0 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 214 192 -
CMYK 0.36 0 0.10 0.16
HSL 162.63º 0.48% 0.69% -
HSV(B) 162.63º 0.36% 0.84% -
XYZ 44.04 57.3 58.61 -
YUV 188.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 138 214 192 0.36 0 0.10 0.16 162.63 0.48 0.69
Hex 8A D6 C0 24 0 A 10 A3 30 45
Octal 212 326 300 44 0 12 20 243 60 105
Binary 10001010 11010110 11000000 100100 0 1010 10000 10100011 110000 1000101

Color Harmonies of #8AD6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD6C0

Black with #8AD6C0

Text Example


Text Example

White with #8AD6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,214,192); }

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

background-color css

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

 a { background-color: rgb(138,214,192); }

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

border-color css

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

 span { border-color: rgb(138,214,192); }

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