Html Css Color HEX #7BDCBE Bermuda

📋 copy color: '#7BDCBE'

red 123 ◦ green 220 ◦ blue 190

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

Shades of Bermuda #7BDCBE

Tints of Bermuda #7BDCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 23.08%
G = 41.28%
B = 35.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#7BDCBE (or 0x7BDCBE) is known color: Bermuda. HEX triplet: 7B, DC and BE. RGB value is (123,220,190). Sum of RGB (Red+Green+Blue) = 123+220+190=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDCBE is #842341. Grayscale: #BBBBBB. Windows color (decimal): -8659778 or 12508283. OLE color: 12508283.

HSL color Cylindrical-coordinate representation of color #7BDCBE: hue angle of 161.44º 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 #7BDCBE is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 220 190 -
CMYK 0.44 0 0.14 0.14
HSL 161.44º 0.58% 0.67% -
HSV(B) 161.44º 0.44% 0.86% -
XYZ 43.06 59.12 57.86 -
YUV 187.58 129.36 81.94 -
System Red Green Blue C M Y K H S L
Decimal 123 220 190 0.44 0 0.14 0.14 161.44 0.58 0.67
Hex 7B DC BE 2C 0 E E A1 3A 43
Octal 173 334 276 54 0 16 16 241 72 103
Binary 1111011 11011100 10111110 101100 0 1110 1110 10100001 111010 1000011

Color Harmonies of #7BDCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDCBE

Black with #7BDCBE

Text Example


Text Example

White with #7BDCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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