Html Css Color HEX #8ACCC4 Bermuda

📋 copy color: '#8ACCC4'

red 138 ◦ green 204 ◦ blue 196

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

Shades of Bermuda #8ACCC4

Tints of Bermuda #8ACCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.43%

R = 25.65%
G = 37.92%
B = 36.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#8ACCC4 (or 0x8ACCC4) is known color: Bermuda. HEX triplet: 8A, CC and C4. RGB value is (138,204,196). Sum of RGB (Red+Green+Blue) = 138+204+196=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCC4 is #75333B. Grayscale: #B7B7B7. Windows color (decimal): -7680828 or 12897418. OLE color: 12897418.

HSL color Cylindrical-coordinate representation of color #8ACCC4: hue angle of 172.73º 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 #8ACCC4 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 196 -
CMYK 0.32 0 0.04 0.2
HSL 172.73º 0.39% 0.67% -
HSV(B) 172.73º 0.32% 0.8% -
XYZ 42.04 52.57 60.16 -
YUV 183.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 138 204 196 0.32 0 0.04 0.2 172.73 0.39 0.67
Hex 8A CC C4 20 0 4 14 AD 27 43
Octal 212 314 304 40 0 4 24 255 47 103
Binary 10001010 11001100 11000100 100000 0 100 10100 10101101 100111 1000011

Color Harmonies of #8ACCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCC4

Black with #8ACCC4

Text Example


Text Example

White with #8ACCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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