Html Css Color HEX #7FD8B2 Bermuda

📋 copy color: '#7FD8B2'

red 127 ◦ green 216 ◦ blue 178

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

Shades of Bermuda #7FD8B2

Tints of Bermuda #7FD8B2

RGB

 RED value IS 127 (50% from 255) = 24.38%

 GREEN value IS 216 (84.77% from 255) = 41.46%

 BLUE value IS 178 (69.92% from 255) = 34.17%

R = 24.38%
G = 41.46%
B = 34.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#7FD8B2 (or 0x7FD8B2) is known color: Bermuda. HEX triplet: 7F, D8 and B2. RGB value is (127,216,178). Sum of RGB (Red+Green+Blue) = 127+216+178=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD8B2 is #80274D. Grayscale: #B9B9B9. Windows color (decimal): -8398670 or 11720831. OLE color: 11720831.

HSL color Cylindrical-coordinate representation of color #7FD8B2: hue angle of 154.38º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD8B2 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 216 178 -
CMYK 0.41 0 0.18 0.15
HSL 154.38º 0.53% 0.67% -
HSV(B) 154.38º 0.41% 0.85% -
XYZ 41.34 56.84 50.91 -
YUV 185.06 124.01 86.59 -
System Red Green Blue C M Y K H S L
Decimal 127 216 178 0.41 0 0.18 0.15 154.38 0.53 0.67
Hex 7F D8 B2 29 0 12 F 9A 35 43
Octal 177 330 262 51 0 22 17 232 65 103
Binary 1111111 11011000 10110010 101001 0 10010 1111 10011010 110101 1000011

Color Harmonies of #7FD8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD8B2

Black with #7FD8B2

Text Example


Text Example

White with #7FD8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,216,178); }

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

background-color css

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

 a { background-color: rgb(127,216,178); }

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

border-color css

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

 span { border-color: rgb(127,216,178); }

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