Html Css Color HEX #7DCDCB Bermuda

📋 copy color: '#7DCDCB'

red 125 ◦ green 205 ◦ blue 203

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

Shades of Bermuda #7DCDCB

Tints of Bermuda #7DCDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.46%

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 23.45%
G = 38.46%
B = 38.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#7DCDCB (or 0x7DCDCB) is known color: Bermuda. HEX triplet: 7D, CD and CB. RGB value is (125,205,203). Sum of RGB (Red+Green+Blue) = 125+205+203=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDCB is #823234. Grayscale: #B4B4B4. Windows color (decimal): -8532533 or 13356413. OLE color: 13356413.

HSL color Cylindrical-coordinate representation of color #7DCDCB: hue angle of 178.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCDCB is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 203 -
CMYK 0.39 0 0.01 0.20
HSL 178.5º 0.44% 0.65% -
HSV(B) 178.5º 0.39% 0.8% -
XYZ 41.07 52.33 64.44 -
YUV 180.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 125 205 203 0.39 0 0.01 0.20 178.5 0.44 0.65
Hex 7D CD CB 27 0 1 14 B2 2C 41
Octal 175 315 313 47 0 1 24 262 54 101
Binary 1111101 11001101 11001011 100111 0 1 10100 10110010 101100 1000001

Color Harmonies of #7DCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCDCB

Black with #7DCDCB

Text Example


Text Example

White with #7DCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,205,203); }

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

background-color css

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

 a { background-color: rgb(125,205,203); }

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

border-color css

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

 span { border-color: rgb(125,205,203); }

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