Html Css Color HEX #7CDDBB Bermuda

📋 copy color: '#7CDDBB'

red 124 ◦ green 221 ◦ blue 187

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

Shades of Bermuda #7CDDBB

Tints of Bermuda #7CDDBB

RGB

 RED value IS 124 (48.83% from 255) = 23.31%

 GREEN value IS 221 (86.72% from 255) = 41.54%

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

R = 23.31%
G = 41.54%
B = 35.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#7CDDBB (or 0x7CDDBB) is known color: Bermuda. HEX triplet: 7C, DD and BB. RGB value is (124,221,187). Sum of RGB (Red+Green+Blue) = 124+221+187=532 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.31% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDBB is #832244. Grayscale: #BCBCBC. Windows color (decimal): -8593989 or 12311932. OLE color: 12311932.

HSL color Cylindrical-coordinate representation of color #7CDDBB: hue angle of 158.97º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDDBB is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 221 187 -
CMYK 0.44 0 0.15 0.13
HSL 158.97º 0.59% 0.68% -
HSV(B) 158.97º 0.44% 0.87% -
XYZ 43.14 59.59 56.24 -
YUV 188.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 124 221 187 0.44 0 0.15 0.13 158.97 0.59 0.68
Hex 7C DD BB 2C 0 F D 9F 3B 44
Octal 174 335 273 54 0 17 15 237 73 104
Binary 1111100 11011101 10111011 101100 0 1111 1101 10011111 111011 1000100

Color Harmonies of #7CDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDDBB

Black with #7CDDBB

Text Example


Text Example

White with #7CDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,221,187); }

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

background-color css

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

 a { background-color: rgb(124,221,187); }

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

border-color css

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

 span { border-color: rgb(124,221,187); }

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