Html Css Color HEX #8ACEC3 Bermuda

📋 copy color: '#8ACEC3'

red 138 ◦ green 206 ◦ blue 195

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

Shades of Bermuda #8ACEC3

Tints of Bermuda #8ACEC3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.22%

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

R = 25.6%
G = 38.22%
B = 36.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#8ACEC3 (or 0x8ACEC3) is known color: Bermuda. HEX triplet: 8A, CE and C3. RGB value is (138,206,195). Sum of RGB (Red+Green+Blue) = 138+206+195=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACEC3 is #75313C. Grayscale: #B8B8B8. Windows color (decimal): -7680317 or 12832394. OLE color: 12832394.

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

Color convert

RGB 138 206 195 -
CMYK 0.33 0 0.05 0.19
HSL 170.29º 0.41% 0.67% -
HSV(B) 170.29º 0.33% 0.81% -
XYZ 42.4 53.49 59.72 -
YUV 184.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 138 206 195 0.33 0 0.05 0.19 170.29 0.41 0.67
Hex 8A CE C3 21 0 5 13 AA 29 43
Octal 212 316 303 41 0 5 23 252 51 103
Binary 10001010 11001110 11000011 100001 0 101 10011 10101010 101001 1000011

Color Harmonies of #8ACEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACEC3

Black with #8ACEC3

Text Example


Text Example

White with #8ACEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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