Html Css Color HEX #8CDDBD Bermuda

📋 copy color: '#8CDDBD'

red 140 ◦ green 221 ◦ blue 189

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

Shades of Bermuda #8CDDBD

Tints of Bermuda #8CDDBD

RGB

 RED value IS 140 (55.08% from 255) = 25.45%

 GREEN value IS 221 (86.72% from 255) = 40.18%

 BLUE value IS 189 (74.22% from 255) = 34.36%

R = 25.45%
G = 40.18%
B = 34.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#8CDDBD (or 0x8CDDBD) is known color: Bermuda. HEX triplet: 8C, DD and BD. RGB value is (140,221,189). Sum of RGB (Red+Green+Blue) = 140+221+189=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDBD is #732242. Grayscale: #C1C1C1. Windows color (decimal): -7545411 or 12443020. OLE color: 12443020.

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

Color convert

RGB 140 221 189 -
CMYK 0.37 0 0.14 0.13
HSL 156.3º 0.54% 0.71% -
HSV(B) 156.3º 0.37% 0.87% -
XYZ 45.86 60.96 57.49 -
YUV 193.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 140 221 189 0.37 0 0.14 0.13 156.3 0.54 0.71
Hex 8C DD BD 25 0 E D 9C 36 47
Octal 214 335 275 45 0 16 15 234 66 107
Binary 10001100 11011101 10111101 100101 0 1110 1101 10011100 110110 1000111

Color Harmonies of #8CDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDDBD

Black with #8CDDBD

Text Example


Text Example

White with #8CDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,189); }

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

background-color css

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

 a { background-color: rgb(140,221,189); }

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

border-color css

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

 span { border-color: rgb(140,221,189); }

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