Html Css Color HEX #8ACCC2 Bermuda

📋 copy color: '#8ACCC2'

red 138 ◦ green 204 ◦ blue 194

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

Shades of Bermuda #8ACCC2

Tints of Bermuda #8ACCC2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

 BLUE value IS 194 (76.17% from 255) = 36.19%

R = 25.75%
G = 38.06%
B = 36.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#8ACCC2 (or 0x8ACCC2) is known color: Bermuda. HEX triplet: 8A, CC and C2. RGB value is (138,204,194). Sum of RGB (Red+Green+Blue) = 138+204+194=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCC2 is #75333D. Grayscale: #B7B7B7. Windows color (decimal): -7680830 or 12766346. OLE color: 12766346.

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

Color convert

RGB 138 204 194 -
CMYK 0.32 0 0.05 0.2
HSL 170.91º 0.39% 0.67% -
HSV(B) 170.91º 0.32% 0.8% -
XYZ 41.81 52.48 58.97 -
YUV 183.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 138 204 194 0.32 0 0.05 0.2 170.91 0.39 0.67
Hex 8A CC C2 20 0 5 14 AB 27 43
Octal 212 314 302 40 0 5 24 253 47 103
Binary 10001010 11001100 11000010 100000 0 101 10100 10101011 100111 1000011

Color Harmonies of #8ACCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCC2

Black with #8ACCC2

Text Example


Text Example

White with #8ACCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,204,194); }

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

background-color css

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

 a { background-color: rgb(138,204,194); }

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

border-color css

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

 span { border-color: rgb(138,204,194); }

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