Html Css Color HEX #7BDCB6 Bermuda

📋 copy color: '#7BDCB6'

red 123 ◦ green 220 ◦ blue 182

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

Shades of Bermuda #7BDCB6

Tints of Bermuda #7BDCB6

RGB

 RED value IS 123 (48.44% from 255) = 23.43%

 GREEN value IS 220 (86.33% from 255) = 41.9%

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

R = 23.43%
G = 41.9%
B = 34.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#7BDCB6 (or 0x7BDCB6) is known color: Bermuda. HEX triplet: 7B, DC and B6. RGB value is (123,220,182). Sum of RGB (Red+Green+Blue) = 123+220+182=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDCB6 is #842349. Grayscale: #BABABA. Windows color (decimal): -8659786 or 11983995. OLE color: 11983995.

HSL color Cylindrical-coordinate representation of color #7BDCB6: hue angle of 156.49º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDCB6 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 220 182 -
CMYK 0.44 0 0.17 0.14
HSL 156.49º 0.58% 0.67% -
HSV(B) 156.49º 0.44% 0.86% -
XYZ 42.21 58.77 53.38 -
YUV 186.67 125.36 82.59 -
System Red Green Blue C M Y K H S L
Decimal 123 220 182 0.44 0 0.17 0.14 156.49 0.58 0.67
Hex 7B DC B6 2C 0 11 E 9C 3A 43
Octal 173 334 266 54 0 21 16 234 72 103
Binary 1111011 11011100 10110110 101100 0 10001 1110 10011100 111010 1000011

Color Harmonies of #7BDCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDCB6

Black with #7BDCB6

Text Example


Text Example

White with #7BDCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BDCB6; }

 p { color: rgb(123,220,182); }

 H1.HeaderClassName
 {
   color: #7BDCB6;
 }
 .AnyTagClassName
 {
   color: #7BDCB6;
 }
</style>

background-color css

<style>
 a { background-color: #7BDCB6; }

 a { background-color: rgb(123,220,182); }

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

border-color css

<style>
 span { border-color: #7BDCB6; }

 span { border-color: rgb(123,220,182); }

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