Html Css Color HEX #8ACDC3 Bermuda

📋 copy color: '#8ACDC3'

red 138 ◦ green 205 ◦ blue 195

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

Shades of Bermuda #8ACDC3

Tints of Bermuda #8ACDC3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.1%

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

R = 25.65%
G = 38.1%
B = 36.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#8ACDC3 (or 0x8ACDC3) is known color: Bermuda. HEX triplet: 8A, CD and C3. RGB value is (138,205,195). Sum of RGB (Red+Green+Blue) = 138+205+195=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDC3 is #75323C. Grayscale: #B7B7B7. Windows color (decimal): -7680573 or 12832138. OLE color: 12832138.

HSL color Cylindrical-coordinate representation of color #8ACDC3: hue angle of 171.04º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDC3 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 195 -
CMYK 0.33 0 0.05 0.20
HSL 171.04º 0.4% 0.67% -
HSV(B) 171.04º 0.33% 0.8% -
XYZ 42.16 53.01 59.64 -
YUV 183.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 138 205 195 0.33 0 0.05 0.20 171.04 0.4 0.67
Hex 8A CD C3 21 0 5 14 AB 28 43
Octal 212 315 303 41 0 5 24 253 50 103
Binary 10001010 11001101 11000011 100001 0 101 10100 10101011 101000 1000011

Color Harmonies of #8ACDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACDC3

Black with #8ACDC3

Text Example


Text Example

White with #8ACDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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