Html Css Color HEX #7FDBBB Bermuda

📋 copy color: '#7FDBBB'

red 127 ◦ green 219 ◦ blue 187

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

Shades of Bermuda #7FDBBB

Tints of Bermuda #7FDBBB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.09%

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 23.83%
G = 41.09%
B = 35.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#7FDBBB (or 0x7FDBBB) is known color: Bermuda. HEX triplet: 7F, DB and BB. RGB value is (127,219,187). Sum of RGB (Red+Green+Blue) = 127+219+187=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDBBB is #802444. Grayscale: #BBBBBB. Windows color (decimal): -8397893 or 12311423. OLE color: 12311423.

HSL color Cylindrical-coordinate representation of color #7FDBBB: hue angle of 159.13º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDBBB is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 219 187 -
CMYK 0.42 0 0.15 0.14
HSL 159.13º 0.56% 0.68% -
HSV(B) 159.13º 0.42% 0.86% -
XYZ 43.05 58.76 56.09 -
YUV 187.84 127.52 84.6 -
System Red Green Blue C M Y K H S L
Decimal 127 219 187 0.42 0 0.15 0.14 159.13 0.56 0.68
Hex 7F DB BB 2A 0 F E 9F 38 44
Octal 177 333 273 52 0 17 16 237 70 104
Binary 1111111 11011011 10111011 101010 0 1111 1110 10011111 111000 1000100

Color Harmonies of #7FDBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDBBB

Black with #7FDBBB

Text Example


Text Example

White with #7FDBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,219,187); }

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

background-color css

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

 a { background-color: rgb(127,219,187); }

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

border-color css

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

 span { border-color: rgb(127,219,187); }

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