Html Css Color HEX #86CBB6 Bermuda

📋 copy color: '#86CBB6'

red 134 ◦ green 203 ◦ blue 182

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

Shades of Bermuda #86CBB6

Tints of Bermuda #86CBB6

RGB

 RED value IS 134 (52.73% from 255) = 25.82%

 GREEN value IS 203 (79.69% from 255) = 39.11%

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 25.82%
G = 39.11%
B = 35.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#86CBB6 (or 0x86CBB6) is known color: Bermuda. HEX triplet: 86, CB and B6. RGB value is (134,203,182). Sum of RGB (Red+Green+Blue) = 134+203+182=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #86CBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CBB6 is #793449. Grayscale: #B3B3B3. Windows color (decimal): -7943242 or 11979654. OLE color: 11979654.

HSL color Cylindrical-coordinate representation of color #86CBB6: hue angle of 161.74º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CBB6 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 203 182 -
CMYK 0.34 0 0.10 0.20
HSL 161.74º 0.4% 0.66% -
HSV(B) 161.74º 0.34% 0.8% -
XYZ 39.63 51.16 52.04 -
YUV 179.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 134 203 182 0.34 0 0.10 0.20 161.74 0.4 0.66
Hex 86 CB B6 22 0 A 14 A2 28 42
Octal 206 313 266 42 0 12 24 242 50 102
Binary 10000110 11001011 10110110 100010 0 1010 10100 10100010 101000 1000010

Color Harmonies of #86CBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CBB6

Black with #86CBB6

Text Example


Text Example

White with #86CBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86CBB6; }

 p { color: rgb(134,203,182); }

 H1.HeaderClassName
 {
   color: #86CBB6;
 }
 .AnyTagClassName
 {
   color: #86CBB6;
 }
</style>

background-color css

<style>
 a { background-color: #86CBB6; }

 a { background-color: rgb(134,203,182); }

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

border-color css

<style>
 span { border-color: #86CBB6; }

 span { border-color: rgb(134,203,182); }

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