Html Css Color HEX #7DCFCB Bermuda

📋 copy color: '#7DCFCB'

red 125 ◦ green 207 ◦ blue 203

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

Shades of Bermuda #7DCFCB

Tints of Bermuda #7DCFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.69%

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

R = 23.36%
G = 38.69%
B = 37.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#7DCFCB (or 0x7DCFCB) is known color: Bermuda. HEX triplet: 7D, CF and CB. RGB value is (125,207,203). Sum of RGB (Red+Green+Blue) = 125+207+203=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFCB is #823034. Grayscale: #B5B5B5. Windows color (decimal): -8532021 or 13356925. OLE color: 13356925.

HSL color Cylindrical-coordinate representation of color #7DCFCB: hue angle of 177.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCFCB is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 203 -
CMYK 0.40 0 0.02 0.19
HSL 177.07º 0.46% 0.65% -
HSV(B) 177.07º 0.4% 0.81% -
XYZ 41.55 53.3 64.6 -
YUV 182.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 125 207 203 0.40 0 0.02 0.19 177.07 0.46 0.65
Hex 7D CF CB 28 0 2 13 B1 2E 41
Octal 175 317 313 50 0 2 23 261 56 101
Binary 1111101 11001111 11001011 101000 0 10 10011 10110001 101110 1000001

Color Harmonies of #7DCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCFCB

Black with #7DCFCB

Text Example


Text Example

White with #7DCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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