Html Css Color HEX #7FD5C7 Bermuda

📋 copy color: '#7FD5C7'

red 127 ◦ green 213 ◦ blue 199

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

Shades of Bermuda #7FD5C7

Tints of Bermuda #7FD5C7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.52%

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

R = 23.56%
G = 39.52%
B = 36.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#7FD5C7 (or 0x7FD5C7) is known color: Bermuda. HEX triplet: 7F, D5 and C7. RGB value is (127,213,199). Sum of RGB (Red+Green+Blue) = 127+213+199=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD5C7 is #802A38. Grayscale: #B9B9B9. Windows color (decimal): -8399417 or 13096319. OLE color: 13096319.

HSL color Cylindrical-coordinate representation of color #7FD5C7: hue angle of 170.23º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD5C7 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 213 199 -
CMYK 0.40 0 0.07 0.16
HSL 170.23º 0.51% 0.67% -
HSV(B) 170.23º 0.4% 0.84% -
XYZ 42.86 56.22 62.63 -
YUV 185.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 127 213 199 0.40 0 0.07 0.16 170.23 0.51 0.67
Hex 7F D5 C7 28 0 7 10 AA 33 43
Octal 177 325 307 50 0 7 20 252 63 103
Binary 1111111 11010101 11000111 101000 0 111 10000 10101010 110011 1000011

Color Harmonies of #7FD5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD5C7

Black with #7FD5C7

Text Example


Text Example

White with #7FD5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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