Html Css Color HEX #7DDFB4 Bermuda

📋 copy color: '#7DDFB4'

red 125 ◦ green 223 ◦ blue 180

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

Shades of Bermuda #7DDFB4

Tints of Bermuda #7DDFB4

RGB

 RED value IS 125 (49.22% from 255) = 23.67%

 GREEN value IS 223 (87.5% from 255) = 42.23%

 BLUE value IS 180 (70.7% from 255) = 34.09%

R = 23.67%
G = 42.23%
B = 34.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#7DDFB4 (or 0x7DDFB4) is known color: Bermuda. HEX triplet: 7D, DF and B4. RGB value is (125,223,180). Sum of RGB (Red+Green+Blue) = 125+223+180=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFB4 is #82204B. Grayscale: #BCBCBC. Windows color (decimal): -8527948 or 11853693. OLE color: 11853693.

HSL color Cylindrical-coordinate representation of color #7DDFB4: hue angle of 153.67º degrees, saturation: 0.6, 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 #7DDFB4 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 223 180 -
CMYK 0.44 0 0.19 0.13
HSL 153.67º 0.6% 0.68% -
HSV(B) 153.67º 0.44% 0.87% -
XYZ 43.08 60.43 52.57 -
YUV 188.8 123.03 82.5 -
System Red Green Blue C M Y K H S L
Decimal 125 223 180 0.44 0 0.19 0.13 153.67 0.6 0.68
Hex 7D DF B4 2C 0 13 D 9A 3C 44
Octal 175 337 264 54 0 23 15 232 74 104
Binary 1111101 11011111 10110100 101100 0 10011 1101 10011010 111100 1000100

Color Harmonies of #7DDFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDFB4

Black with #7DDFB4

Text Example


Text Example

White with #7DDFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,223,180); }

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

background-color css

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

 a { background-color: rgb(125,223,180); }

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

border-color css

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

 span { border-color: rgb(125,223,180); }

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