Html Css Color HEX #7FD0C7 Bermuda

📋 copy color: '#7FD0C7'

red 127 ◦ green 208 ◦ blue 199

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

Shades of Bermuda #7FD0C7

Tints of Bermuda #7FD0C7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.95%

 BLUE value IS 199 (78.13% from 255) = 37.27%

R = 23.78%
G = 38.95%
B = 37.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#7FD0C7 (or 0x7FD0C7) is known color: Bermuda. HEX triplet: 7F, D0 and C7. RGB value is (127,208,199). Sum of RGB (Red+Green+Blue) = 127+208+199=534 (70% of max value = 765). Red value is 127 (50% from 255 or 23.78% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD0C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD0C7 is #802F38. Grayscale: #B6B6B6. Windows color (decimal): -8400697 or 13095039. OLE color: 13095039.

HSL color Cylindrical-coordinate representation of color #7FD0C7: hue angle of 173.33º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD0C7 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 208 199 -
CMYK 0.39 0 0.04 0.18
HSL 173.33º 0.46% 0.66% -
HSV(B) 173.33º 0.39% 0.82% -
XYZ 41.62 53.75 62.21 -
YUV 182.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 127 208 199 0.39 0 0.04 0.18 173.33 0.46 0.66
Hex 7F D0 C7 27 0 4 12 AD 2E 42
Octal 177 320 307 47 0 4 22 255 56 102
Binary 1111111 11010000 11000111 100111 0 100 10010 10101101 101110 1000010

Color Harmonies of #7FD0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD0C7

Black with #7FD0C7

Text Example


Text Example

White with #7FD0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,208,199); }

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

background-color css

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

 a { background-color: rgb(127,208,199); }

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

border-color css

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

 span { border-color: rgb(127,208,199); }

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