Html Css Color HEX #7BD7C4 Bermuda

📋 copy color: '#7BD7C4'

red 123 ◦ green 215 ◦ blue 196

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

Shades of Bermuda #7BD7C4

Tints of Bermuda #7BD7C4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.26%

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

R = 23.03%
G = 40.26%
B = 36.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#7BD7C4 (or 0x7BD7C4) is known color: Bermuda. HEX triplet: 7B, D7 and C4. RGB value is (123,215,196). Sum of RGB (Red+Green+Blue) = 123+215+196=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #7BD7C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD7C4 is #84283B. Grayscale: #B9B9B9. Windows color (decimal): -8661052 or 12900219. OLE color: 12900219.

HSL color Cylindrical-coordinate representation of color #7BD7C4: hue angle of 167.61º 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 #7BD7C4 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 215 196 -
CMYK 0.43 0 0.09 0.16
HSL 167.61º 0.53% 0.66% -
HSV(B) 167.61º 0.43% 0.84% -
XYZ 42.43 56.8 60.95 -
YUV 185.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 123 215 196 0.43 0 0.09 0.16 167.61 0.53 0.66
Hex 7B D7 C4 2B 0 9 10 A8 35 42
Octal 173 327 304 53 0 11 20 250 65 102
Binary 1111011 11010111 11000100 101011 0 1001 10000 10101000 110101 1000010

Color Harmonies of #7BD7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BD7C4

Black with #7BD7C4

Text Example


Text Example

White with #7BD7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,215,196); }

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

background-color css

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

 a { background-color: rgb(123,215,196); }

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

border-color css

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

 span { border-color: rgb(123,215,196); }

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