Html Css Color HEX #7BD6C8 Bermuda

📋 copy color: '#7BD6C8'

red 123 ◦ green 214 ◦ blue 200

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

Shades of Bermuda #7BD6C8

Tints of Bermuda #7BD6C8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.85%

 BLUE value IS 200 (78.52% from 255) = 37.24%

R = 22.91%
G = 39.85%
B = 37.24%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#7BD6C8 (or 0x7BD6C8) is known color: Bermuda. HEX triplet: 7B, D6 and C8. RGB value is (123,214,200). Sum of RGB (Red+Green+Blue) = 123+214+200=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #7BD6C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD6C8 is #842937. Grayscale: #B9B9B9. Windows color (decimal): -8661304 or 13162107. OLE color: 13162107.

HSL color Cylindrical-coordinate representation of color #7BD6C8: hue angle of 170.77º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD6C8 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 214 200 -
CMYK 0.43 0 0.07 0.16
HSL 170.77º 0.53% 0.66% -
HSV(B) 170.77º 0.43% 0.84% -
XYZ 42.64 56.47 63.3 -
YUV 185.2 136.35 83.64 -
System Red Green Blue C M Y K H S L
Decimal 123 214 200 0.43 0 0.07 0.16 170.77 0.53 0.66
Hex 7B D6 C8 2B 0 7 10 AB 35 42
Octal 173 326 310 53 0 7 20 253 65 102
Binary 1111011 11010110 11001000 101011 0 111 10000 10101011 110101 1000010

Color Harmonies of #7BD6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BD6C8

Black with #7BD6C8

Text Example


Text Example

White with #7BD6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,214,200); }

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

background-color css

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

 a { background-color: rgb(123,214,200); }

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

border-color css

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

 span { border-color: rgb(123,214,200); }

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