Html Css Color HEX #8ADEBC Bermuda

📋 copy color: '#8ADEBC'

red 138 ◦ green 222 ◦ blue 188

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

Shades of Bermuda #8ADEBC

Tints of Bermuda #8ADEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.51%

 BLUE value IS 188 (73.83% from 255) = 34.31%

R = 25.18%
G = 40.51%
B = 34.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#8ADEBC (or 0x8ADEBC) is known color: Bermuda. HEX triplet: 8A, DE and BC. RGB value is (138,222,188). Sum of RGB (Red+Green+Blue) = 138+222+188=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADEBC is #752143. Grayscale: #C1C1C1. Windows color (decimal): -7676228 or 12377738. OLE color: 12377738.

HSL color Cylindrical-coordinate representation of color #8ADEBC: hue angle of 155.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADEBC is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 222 188 -
CMYK 0.38 0 0.15 0.13
HSL 155.71º 0.56% 0.71% -
HSV(B) 155.71º 0.38% 0.87% -
XYZ 45.68 61.28 57 -
YUV 193.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 138 222 188 0.38 0 0.15 0.13 155.71 0.56 0.71
Hex 8A DE BC 26 0 F D 9C 38 47
Octal 212 336 274 46 0 17 15 234 70 107
Binary 10001010 11011110 10111100 100110 0 1111 1101 10011100 111000 1000111

Color Harmonies of #8ADEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEBC

Black with #8ADEBC

Text Example


Text Example

White with #8ADEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,222,188); }

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

background-color css

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

 a { background-color: rgb(138,222,188); }

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

border-color css

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

 span { border-color: rgb(138,222,188); }

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