Html Css Color HEX #7FD5C6 Bermuda

📋 copy color: '#7FD5C6'

red 127 ◦ green 213 ◦ blue 198

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

Shades of Bermuda #7FD5C6

Tints of Bermuda #7FD5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.8%

R = 23.61%
G = 39.59%
B = 36.8%

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

#7FD5C6 (or 0x7FD5C6) is known color: Bermuda. HEX triplet: 7F, D5 and C6. RGB value is (127,213,198). Sum of RGB (Red+Green+Blue) = 127+213+198=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD5C6 is #802A39. Grayscale: #B9B9B9. Windows color (decimal): -8399418 or 13030783. OLE color: 13030783.

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

Color convert

RGB 127 213 198 -
CMYK 0.40 0 0.07 0.16
HSL 169.53º 0.51% 0.67% -
HSV(B) 169.53º 0.4% 0.84% -
XYZ 42.74 56.18 62.02 -
YUV 185.58 135.01 86.22 -
System Red Green Blue C M Y K H S L
Decimal 127 213 198 0.40 0 0.07 0.16 169.53 0.51 0.67
Hex 7F D5 C6 28 0 7 10 AA 33 43
Octal 177 325 306 50 0 7 20 252 63 103
Binary 1111111 11010101 11000110 101000 0 111 10000 10101010 110011 1000011

Color Harmonies of #7FD5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD5C6

Black with #7FD5C6

Text Example


Text Example

White with #7FD5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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